PageInfo

Pagination metadata for cursor-based navigation.

  • hasMore
    Type: boolean
    required

    True if there are more results available after this page.

  • pageSize
    Type: integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32
    required

    Number of items requested per page.

  • nextCursor
    Type: null | string

    Opaque cursor string to fetch the next page of results. Null if there are no more results.