Arguments for backward pagination through a connection.
Cursor to start fetching items before (exclusive).
Maximum number of items to return from the end.
Returns true if backward pagination needs the total count to resolve the starting offset.
Converts backward pagination arguments to offset/limit.
Converts backward pagination arguments to offset/limit when the total count is known.
Validates backward pagination arguments.