Paging

Description

An object containing pagination information.

Model Properties

Property Required Type Description
prev False [string] URL to fetch the objects in the previous page.
next False [string] URL to fetch the objects in the next page.
limit False integer The amount of the object requested in the current HTTP request.
offset False integer The index offset of the first object in the current response.
count False integer The total amount of the object available.
pages False integer (Not used)