2.59.0

(feat): Expose HTTP response metadata on paginated endpoints. Page<TItem> now includes StatusCode, Headers, and Response properties, giving users access to HTTP status codes, response headers, and the full API response object for each page.

2.58.1

(fix): Fix dynamic snippet generation to include all required properties in object initializers. Previously, required properties missing from the example data were omitted, causing CS9035 compilation errors in C#. Required properties now receive deterministic placeholder values when not present in the snippet request.