Expand description
Generic paginated-page envelope used by every list route. The shape
mirrors what generated clients consume.
Structs§
Constants§
- MAX_
LIST_ LIMIT - Hard ceiling on the
limitquery parameter (REST) / RPC list-input field every generated list route accepts, regardless of whether the model is@@paged. Requests above this are rejected with a400, the same way negativelimit/offsetalready are — seehandle_list_<plural>_dispatchin the generated code, shared byte-for-byte between REST and RPC dispatch.