$this['filters'] ?? [], 'sundays' => $this['sundays'] ?? [], 'no_school_days' => $this['noSchoolDays'] ?? [], 'sections' => $this['sections'] ?? [], 'admins' => $this['admins'] ?? [], 'schoolYears' => $this['schoolYears'] ?? [], 'currentYear' => $this['currentYear'] ?? null, 'isCurrentYear' => $this['isCurrentYear'] ?? true, 'missingYear' => $this['missingYear'] ?? false, ]; } }