PaginationCursor
| Field | Type | Required | Description |
|---|---|---|---|
limit |
number |
||
cursors |
object |
||
totalItemCount |
number |
Example
Section titled “Example”{ "limit": 1, "cursor": { "after": "1b" }, "totalItemCount": 2}| Field | Type | Required | Description |
|---|---|---|---|
limit |
number |
||
cursors |
object |
||
totalItemCount |
number |
{ "limit": 1, "cursor": { "after": "1b" }, "totalItemCount": 2}