//! Domain → DTO mappings. //! //! Most conversions are already handled by `From` impls in the `api-types` crate. //! This module is reserved for any presentation-layer-specific mappings that //! don't belong in `api-types` (e.g., combining multiple domain objects into a //! single response).