PaginationMeta
countCount
Number of items returned in the current page.
Example:
5current_pageCurrent Page
The current page number.
Example:
1total_pagesTotal Pages
Total number of available pages.
Example:
1PaginationMeta
{
"count": 5,
"current_page": 1,
"total_pages": 1
}
Was this page helpful?