//! User-record persistence, split by concern.
//!
//! The `UserRepository` methods are implemented across the submodules here:
//! lookups (`find`), pagination and search (`list`), mutations
//! (`operations`), session tracking (`session`), aggregate counts (`stats`),
//! and account consolidation (`merge`). Re-exports the result and parameter
//! types [`MergeResult`] and [`UpdateUserParams`].
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub
pub use MergeResult;
pub use UpdateUserParams;