PaginationMeta
Pagination metadata included in every list response. Use offset and limit to navigate through pages.
offsetinteger
Current offset
Example:
0limitinteger
Page size
Example:
20totalinteger
Total number of records
Example:
87PaginationMeta
{
"offset": 0,
"limit": 20,
"total": 87
}