PaginationMetadata
hasNextbooleanrequired
Indicates if there are more items to fetch
Example:
truenextCursorstring
Cursor to be used to fetch the next page of items
Example:
eyJpZCI6IjEyM2U0NTY3ZS1lODliLTEyZDMtYTQ1Ni00MjY2MTQxNzQwMDAifQ==PaginationMetadata
{
"hasNext": true,
"nextCursor": "eyJpZCI6IjEyM2U0NTY3ZS1lODliLTEyZDMtYTQ1Ni00MjY2MTQxNzQwMDAifQ=="
}