$this['class_section_id'] ?? null, 'class_section_name' => $this['class_section_name'] ?? '', 'main_teachers' => $this['main_teachers'] ?? [], 'teacher_assistants' => $this['teacher_assistants'] ?? [], 'students' => $this['students'] ?? [], 'semester' => $this['semester'] ?? '', 'school_year' => $this['school_year'] ?? '', 'description' => $this['description'] ?? '', ]; } }