PaginationData
per_pageinteger
Number of results per page.
Example:
10pageinteger
1-indexed page number of the current result set.
Example:
1pagesinteger
Example:
1PaginationData
{
"per_page": 10,
"page": 1,
"pages": 1
}
Was this page helpful?