Skip to content

PaginationCursor

Field Type Required Description
limit number
cursors object
totalItemCount number
{
"limit": 1,
"cursor": {
"after": "1b"
},
"totalItemCount": 2
}