| Name | Type | Description | Notes |
|---|---|---|---|
| Total | int? | Total amount of requested resource. | [optional] |
| Start | int? | Resource index at start of current page | [optional] |
| End | int? | Resource index at end of current page | [optional] |
| Page | int? | Current page | [optional] |
| NumPages | int? | Total number of pages | [optional] |
| PageSize | int? | Number of items per page | [optional] |
| NextPageUri | string | Uri to retrieve the next page of items | [optional] |
| Exports | List<ExportResult> | [optional] |