# PaginationInput.offset property · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.paginationinput.offset/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-sequelize 4.2.0 — generated reference, not hand-written

Rows to skip before the page starts.

**Signature:**

```typescript
offset: number;
```

## Remarks

Ignored when `limit` is absent or zero, since there is then no page to position. With a negative `limit` and an `offset` of zero it is computed instead — see `limit`.

