$this->resource['class_section_id'] ?? null, 'class_section' => $this->resource['class_section'] ?? null, 'school_year' => $this->resource['school_year'] ?? null, 'semester' => $this->resource['semester'] ?? null, 'prep_items' => $this->resource['prep_items'] ?? [], 'adjustments' => $this->resource['adjustments'] ?? [], 'printed_at' => $this->resource['printed_at'] ?? null, ]; } }