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