Object
Provides information about how data has been paginated.
The following fields are available on this object as described below.
| Name | Type | Null? |
|---|---|---|
|
current_page The current page |
Integer | |
|
total_pages The total number of pages |
Integer | Optional |
|
total The total number of items across all pages |
Integer | Optional |
|
per_page The number of items per page |
Integer | |
|
large_set Is this a large set and therefore the total number of records cannot be returned? |
Boolean |