- Added a `values` property to the Metaobject API for fetching all fields in a single call, returning a ready‑to‑use JSON object.
- Enabled `values` in create and update operations, handling serialization automatically and clearing omitted optional fields.
- Retained existing `field`/`fields` endpoints for detailed queries or patch‑style updates.