requiresTotalCountForOffsetLimit

Returns true if backward pagination needs the total count to resolve the starting offset.

This happens whenever before is absent, including the default backward-pagination case where last is also absent and the default page size is used. Use toOffsetLimit(Int, Int) instead of toOffsetLimit(Int).