pub(super) fn total_by( rows: &[LedgerRow], key: impl Fn(&LedgerRow) -> &'static str, ) -> BTreeMap<String, usize>