Pagination
Some methods return paginated results. The formatting of a paginated result is always:
The meta
object contains metadata about the current page and the links
object contains url to other pages. The data
array contains the actual list of objects for the current page.
Last updated