A single page of entities returned by IRepository.findPage,
plus the cursor that continues to the next page (or null when the page
is the last).
The typed form of PageResult: rows carries Entity[] rather
than Record<string, unknown>[].
readonly
nextCursor: string | null
A cursor to fetch the next page, or null when no further page exists.