PaginationV2
nextCursorstringnullablerequired
Opaque cursor for the next page, or null when there are no more results. This is the only end-of-results signal — a page shorter than limit does NOT mean the end (unavailable items are omitted).
totalResultsintegernullable
Exact size of the full result set being paged (every item, regardless of per-item availability). May be null on high-cardinality lists where an exact count is impractical.
PaginationV2
{
"nextCursor": "string",
"totalResults": 0
}