Right, so for example, if I were to go to "page 12...
# spicedb
p
Right, so for example, if I were to go to "page 12", I'd list all and discard the first "11 pages" worth of records, right? What about search? If we support search to narrow down the result set, what order seems reasonable for that? Search first, get all (potentially thousands) records and check access for the first
{pageSize}
?