> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# PageInfo

> Represents information about the pagination of a `ShopifyProductReviewsConnection`.

## Fields

***

<ParamField path="startCursor" type={<>ID</>}>
  The cursor of the first item in the connection.
</ParamField>

<ParamField path="endCursor" type={<>ID</>}>
  The cursor of the last item in the connection.
</ParamField>

<ParamField path="hasNextPage" type={<>Boolean!</>} required>
  A boolean value indicating whether there are more items after the current page.
</ParamField>

<ParamField path="hasPreviousPage" type={<>Boolean!</>} required>
  A boolean value indicating whether there are more items before the current page.
</ParamField>

## Related types

* [`ShopifyProductReviewsConnection`](/api-reference/shopifyproductreviewsconnection)
