$this->id, 'name' => $this->name, 'slug' => $this->slug, 'start_date' => $this->start_date?->toDateString(), 'end_date' => $this->end_date?->toDateString(), 'status' => $this->status, 'event_type' => $this->event_type, ]; } }