//! The application's data models (`SeaORM` entities).
//!//! Add one file per entity with `arc make:model`, in the shape
//! `sea-orm-cli` generates, and re-export it here under a domain name so
//! call sites read `models::User` rather than `models::user::Model`.