# DeviceBackupListResponseSchema

**object**

- **@odata.nextLink**: *string* (Optional)  
  URL if the page length and number of items match.

**supplemental**: *object [ListResponseSupplementalSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/listresponsesupplementalschema)* (Required)  
  Supplemental info

## Show 5 properties

- **count**: *integer* (Required)  
  Number of items returned
- **kind**: *string* (Required)  
  Type of items in the list
- **operation**: *string* (Required)  
  Operation type. Should always say 'list'
- **pagination**: *object [PaginationInfoSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/paginationinfoschema)* (Required)  
  Pagination info

## Show 4 properties

- **end**: *integer* (Required)  
  Position of the last item in the list
- **records**: *integer* (Required)  
  Total number of items returned in the list
- **start**: *integer* (Required)  
  Position of the first item in the list
- **total**: *integer* (Required)  
  Total number of items in the project

**subscription**: *object [ProjectInfoSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/projectinfoschema)* (Optional)  
  Project info

## Show 2 properties

- **id**: *string* (Required)  
  Project ID
- **name**: *string* (Required)  
  Project name

**value**: *list of objects [DeviceBackupListItemSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/devicebackuplistitemschema)* (Required)  
  A list of device backups.

## Show 1 property

- **metadata**: *object [DeviceBackupMetadataSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/devicebackupmetadataschema)* (Required)  
  Metadata about the backup.

## Show 4 properties

- **created**: *string* (Required)  
  The creation timestamp of the backup.
- **device**: *string* (Required)  
  The device ID this backup is for.
- **id**: *string* (Required)  
  The unique identifier for the backup.
- **name**: *string* (Required)  
  The name of the backup file.
