Cheap upgrades for Nitro, YouTube, Spotify & more. All done via legal methods and local pricing!Shop now

Docs/Schemas/Pagination

Pagination

object

Properties

Paginationobject
PropertyTypeDescription
pagerequired
integer

Current page number

limitrequired
integer

Items per page

totalrequired
integer

Total number of items

totalPagesrequired
integer

Total number of pages

hasMorerequired
boolean

Whether there are more pages

nextUrlrequired
string

URL for the next page (null if on last page)

prevUrlrequired
string

URL for the previous page (null if on first page)

firstUrlrequired
string

URL for the first page

lastUrlrequired
string

URL for the last page

Example

Pagination Example
{  "page": 0,  "limit": 0,  "total": 0,  "totalPages": 0,  "hasMore": false,  "nextUrl": "string",  "prevUrl": "string",  "firstUrl": "string",  "lastUrl": "string"}

Related Endpoints

This schema is used in the following endpoints: