Page interface

A page of entities, and the total when one was asked for.

Signature:

export interface Page<Entity> 

Properties

Property

Modifiers

Type

Description

items

Entity[]

The rows on this page.

total

number | null

The total matching rows, or null when it was not counted.

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