Use `:merge` option to merge fields into the hash or into the root: ``` expose :contact_info do expose :phone expose :address, merge: true, using: API.Entities.Address end expose :status, merge: true ```
Use
:mergeoption to merge fields into the hash or into the root: