*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'title' => $this->title, 'image' => $this->attachment?->getTemporaryUrl(1440), ]; } }