Surfaced during openapi-numeric-schema-truth (Web #222). The paged-response envelope Web consumes is { items, hasNextPage }, but the generated schema is { data, hasMore }. Web keeps PagedResult<T> hand-written. Align the Platform paged envelope (or its OpenAPI schema) with the consumed shape so Web can adopt the generated type.
Surfaced during openapi-numeric-schema-truth (Web #222). The paged-response envelope Web consumes is
{ items, hasNextPage }, but the generated schema is{ data, hasMore }. Web keepsPagedResult<T>hand-written. Align the Platform paged envelope (or its OpenAPI schema) with the consumed shape so Web can adopt the generated type.