//! Core platform statistics aggregated from analytics tables.
//!
//! [`CoreStatsRepository`] backs the dashboard overview, activity trends,
//! categorical breakdowns, and leaderboards, with the read queries split
//! across the sibling submodules.
use crateResult;
use PgPool;
use Arc;
use DbPool;