export interface IndividualStatistics { monthlyAdded: number; monthlyPercentageGrowth: number | null; total: number; }