> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "PageInfo"
description: "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)


---

*Powered by [holocron.so](https://holocron.so)*
