| Name | Description | Type | Additional information | 
|---|---|---|---|
| Count | The number of records in the current batch | integer | None. | 
| HasMore | Indicates if there are additional records available for retrieval | boolean | None. | 
| Limit | Specifies the maximum number of records to return. Defaults to 1000, if not specified | integer | None. | 
| Offset | Used in conjunction with limit that specifies the starting point to retrieve the next batch of records. Defaults to 1, if not specified. For example, if your limit is 100 and you specify an offset of 100, the system returns records from 100 through 200. | integer | None. | 
| TotalResults | The total number of records generated by the system for the export request. | integer | None. | 
| Preferences | Collection of Preferences. | Collection of PreferenceWithOperation | None. |