Skip to main content

PaginationMeta

countCount

Number of items returned in the current page.

Example: 5
current_pageCurrent Page

The current page number.

Example: 1
total_pagesTotal Pages

Total number of available pages.

Example: 1
PaginationMeta
{
"count": 5,
"current_page": 1,
"total_pages": 1
}