{
  "data": {
    "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(driveItem)",
    "value": [
      {
        "id": "01BYE5RZ6QN3ZWBTUFOFD3GSPGOHDJD36K",
        "name": "Shared Presentation.pptx",
        "size": 5678900,
        "webUrl": "https://contoso-my.sharepoint.com/personal/jane_contoso_com/Documents/Shared%20Presentation.pptx",
        "remoteItem": {
          "id": "01ABCDEF123456789",
          "name": "Shared Presentation.pptx",
          "file": {
            "mimeType": "application/vnd.openxmlformats-officedocument.presentationml.presentation"
          },
          "parentReference": {
            "driveId": "b!-XYz3EfghijKlmnO4PqrStuvWxYzAbCdEfGhIjKlMnOpQrStUvWxYz0123456789",
            "driveType": "business"
          },
          "createdBy": {
            "user": {
              "email": "jane.smith@contoso.com",
              "id": "a1b2c3d4-e5f6-7890-ab12-cd34ef567890",
              "displayName": "Jane Smith"
            }
          },
          "lastModifiedBy": {
            "user": {
              "email": "jane.smith@contoso.com",
              "id": "a1b2c3d4-e5f6-7890-ab12-cd34ef567890",
              "displayName": "Jane Smith"
            }
          }
        }
      }
    ]
  }
}