export type GranularSum = { to: string; from: string; sum: number; };