pub type TallyOf<T, I = ()> = Tally<T, I, Pallet<T, I>>;
struct TallyOf<T, I = ()> { /* private fields */ }