export class StatTableOptions { show: boolean; showInDashboard: boolean; } export class CommunityStatistics { pid: string; statistics: Map; }