Overview

constructor(    totalProjects: OverviewStatsItem,     totalUpdates: OverviewStatsItem,     updatesScheduled: OverviewFullStatsItem,     updatesInDevelopment: OverviewFullStatsItem,     updatesPublished: OverviewFullStatsItem,     developmentDays: OverviewStatsItem,     averageDevelopmentDays: OverviewStatsItem,     bestPersonalPerformanceProject: ProjectPerformanceStats? = null,     worstPersonalPerformanceProject: ProjectPerformanceStats? = null,     bestGroupPerformanceProject: ProjectPerformanceStats? = null,     worstGroupPerformanceProject: ProjectPerformanceStats? = null)