$this->id, 'title' => $this->title, 'subtitle' => $this->subtitle, 'description' => $this->description, 'location' => $this->location, 'exact_location' => $this->exact_location, 'date_text' => $this->date_text, 'attachment_id' => $this->attachment_id, 'image' => $this->attachment?->getTemporaryUrl(1440), ]; } }