PageOptions interface

Paging and whether to count.

Signature:

export interface PageOptions 

Properties

Property

Modifiers

Type

Description

skip?

number

(Optional) Rows to skip.

take?

number

(Optional) Rows to take.

withTotal?

boolean

(Optional) Count the matching rows as well as returning the page.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.