Pagination

The Pagination holds the information for the pagination when the response contains multiple objects.

The Pagination holds the information for the pagination when the response contains multiple objects.

page
integer

Page number.

limit
integer

Maximum object count per page.

has_next_page
boolean

To indicate if next page is available.

Example
preparing...