pub fn leaf_population(
store: &Store,
schemas: &HashMap<String, Arc<Schema>>,
) -> BTreeMap<String, usize>Expand description
The leaf population health reports beside the orphan axis: for
every leaf-declared type with at least one real entity, the count
of its entities, keyed <schema_ref>:<type>. Visible, never
vanished — the reader still sees the population the orphan
exemption covers.