# Page interface · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.page/
Published: 2026-08-28
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 2.0.0 — generated reference, not hand-written

A page of entities, and the total when one was asked for.

**Signature:**

```typescript
export interface Page<Entity> 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [items](https://imqueue.org/api/pg-prisma/latest/pg-prisma.page.items/) |  | Entity\[\] | The rows on this page. |
| [total](https://imqueue.org/api/pg-prisma/latest/pg-prisma.page.total/) |  | number \| null | The total matching rows, or null when it was not counted. |

