whenLoaded('festivalSection'); return [ 'festival_section_id' => $this->festival_section_id, 'priority' => $this->priority, 'section_name' => $this->when( $this->relationLoaded('festivalSection'), fn () => $this->festivalSection?->name ), 'section_icon' => $this->when( $this->relationLoaded('festivalSection'), fn () => $this->festivalSection?->icon ), 'section_category' => $this->when( $this->relationLoaded('festivalSection'), fn () => $this->festivalSection?->category ), ]; } }