//! Hand-written shared types for DTOs. Generated modules in this directory are
//! overwritten whenever the codegen runs — keep anything stable here.
//!
//! Currently empty — the code generator produces flat `models/<tag>.rs` files
//! that declare their own types. This module is reserved for future additions
//! such as generic pagination envelopes or shared `enum`s.