*/ public function toArray(Request $request): array { return [ 'title' => $this->title, 'slug' => $this->slug, ]; } }