Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| TotalCount | Int32 | The total number of records for the query | |
| PageLimit | Int32 | The maximum number of records to be returned in one page | |
| PageOffset | Int32 | The starting point in the list of records from where the data should be fetched. Zero based index. | |
| Links | MetaLinks | Instance of MetaLinks object (see here) |