OBJECT
type SnapshotStoplightData {achievements: [NumbersDTO] countDoesNotApplyIndicators: Int countGreenIndicators: Int countIndicatorsAchievements: Int countIndicatorsPriorities: Int countRedIndicators: Int countSkippedIndicators: Int countYellowIndicators: Int createdAt: Long family: FamilyDTO familyId: Long indicatorSurveyDataList: [NumbersDTO] indicatorsPriorities: [SnapshotIndicatorPriority] priorities: [NumbersDTO] snapshotEconomicId: Long snapshotIndicatorId: Long stoplightSkipped: Boolean surveyId: Long surveyVersionId: Long user: UserDTO }