CursorPagination
| Field | Type | Required | Description |
|---|---|---|---|
limit |
number |
||
cursors |
object |
||
totalItemCount |
number |
Example
Section titled “Example”{ "limit": 0, "cursors": { "after": "string" }, "totalItemCount": 0}| Field | Type | Required | Description |
|---|---|---|---|
limit |
number |
||
cursors |
object |
||
totalItemCount |
number |
{ "limit": 0, "cursors": { "after": "string" }, "totalItemCount": 0}