---
title: PageInfo - Shop Users API
description: Information about pagination in a connection.
api_version: unstable latest
source_url:
  html: https://shopify.dev/docs/api/shop-users/latest/objects/PageInfo
  md: https://shopify.dev/docs/api/shop-users/latest/objects/PageInfo.md
---

# Page​Info

object

Information about pagination in a connection.

## Fields

* end​Cursor

  [String](https://shopify.dev/docs/api/shop-users/latest/scalars/String)

  When paginating forwards, the cursor to continue.

* has​Next​Page

  [Boolean!](https://shopify.dev/docs/api/shop-users/latest/scalars/Boolean)

  non-null

  When paginating forwards, are there more items?

* has​Previous​Page

  [Boolean!](https://shopify.dev/docs/api/shop-users/latest/scalars/Boolean)

  non-null

  When paginating backwards, are there more items?

* start​Cursor

  [String](https://shopify.dev/docs/api/shop-users/latest/scalars/String)

  When paginating backwards, the cursor to continue.

***

## Map

### Connections with this object

* [MetafieldConnection.pageInfo](https://shopify.dev/docs/api/shop-users/latest/connections/MetafieldConnection#returns-pageInfo)