# PageOptions interface · @imqueue/pg-prisma

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

Paging and whether to count.

**Signature:**

```typescript
export interface PageOptions 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [skip?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.pageoptions.skip/) |  | number | _(Optional)_ Rows to skip. |
| [take?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.pageoptions.take/) |  | number | _(Optional)_ Rows to take. |
| [withTotal?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.pageoptions.withtotal/) |  | boolean | _(Optional)_ Count the matching rows as well as returning the page. |

