pagination
Description
- Pagination metadata for list views.
Source
{{pagination}}
Type
- Object
Key Fields
totalItems,currentPage,limit,hasNextPage,totalPages
Example
{
"totalItems": 25,
"currentPage": 1,
"limit": 10,
"hasNextPage": true | false ,
"totalPages": 3
}