$this['id'] ?? $this['report_id'] ?? null, 'report_id' => $this['report_id'] ?? $this['id'] ?? null, 'view_url' => $this['view_url'] ?? null, 'parent_view_url' => $this['parent_view_url'] ?? null, 'week_start' => $this['week_start'] ?? null, 'week_end' => $this['week_end'] ?? null, 'class_section_id' => $this['class_section_id'] ?? null, 'class_section_name' => $this['class_section_name'] ?? '', 'reports' => $reports, // keyed by subject for compatibility 'weekly_reports' => $this['weekly_reports'] ?? [], 'reports_array' => $this['reports_array'] ?? [], 'report_list' => $this['report_list'] ?? [], 'subjects' => $this['subjects'] ?? array_keys($reports), ]; } }