BaseRepository.prototype.findPage(options: PageOptions): Promise<Page<Entity>>
Find a page of entities by cursor pagination.
Refuses by name with UnsupportedQueryFeatureError when the
bound data source does not expose a findPage member — which is true for
every shipped adapter until the milestone that implements cursor paging
on that backend. Absence means "cannot page by cursor", never "there are
no more rows".
options: PageOptions
Find options, optionally carrying a cursor