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

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

Total rows in the set, used only to place a negative `limit`.

**Signature:**

```typescript
count?: number;
```

## Remarks

Nothing validates it against the real total, and it is ignored entirely for a positive `limit`.

