//! Domain model: the data the rest of the workspace operates on.
//!
//! Every entity exposes a constructor for the happy path and accessors for its
//! fields. Mutation is opt-in via dedicated methods that preserve invariants
//! (validation, `updated_at` bumps, etc.) rather than exposing public fields.
pub use ;
pub use ;
pub use Profile;
pub use ;
pub use ;