pub type ChampOverview = HashMap<Region, HashMap<Rank, HashMap<Role, WrappedOverviewData>>>;
pub struct ChampOverview { /* private fields */ }