The Pagination Object contains information relating to the number of total results available as well as the number of results fetched and their relative positions.
| Property: | Example |
|---|---|
| offset: integer (int32) Position in pagination. | 2591 |
| total_count: integer (int32) Total number of items available (not returned on every endpoint). | 250 |
| count: integer (int32) Total number of items returned. | 25 |