*/ public function toArray($request): array { return [ 'id' => $this->id, 'title' => $this->title, 'schedules' => ScheduleGroupResource::collection($this->whenLoaded('schedules')), ]; } }