$this['semester'] ?? null, 'school_year' => $this['school_year'] ?? null, 'date' => $this['date'] ?? null, 'class_section_id' => $this['class_section_id'] ?? null, 'sections' => $this['sections'] ?? [], 'grid' => $this['grid'] ?? [], 'locked' => (bool)($this['locked'] ?? false), ]; } }