export type Tally<Key, Value> = { key: Key, value: Value }
