---
title: PageShape
editUrl: false
head: []
template: doc
prev: false
next: false
sidebar:
  hidden: false
  attrs: {}
pagefind: true
draft: false
---

Defined in: [src/core/pagination.ts:2](https://github.com/slingshot/brex/blob/9dff46b5d5637a0dd072bca56d02d8a0f4425312/src/core/pagination.ts#L2)

The cursor envelope shared by every paginated Brex endpoint.

## Properties

### items?

> `optional` **items?**: readonly `unknown`[]

Defined in: [src/core/pagination.ts:4](https://github.com/slingshot/brex/blob/9dff46b5d5637a0dd072bca56d02d8a0f4425312/src/core/pagination.ts#L4)

***

### next\_cursor?

> `optional` **next\_cursor?**: `string` \| `null`

Defined in: [src/core/pagination.ts:3](https://github.com/slingshot/brex/blob/9dff46b5d5637a0dd072bca56d02d8a0f4425312/src/core/pagination.ts#L3)