*/ public function toArray($request): array { return [ 'id' => $this->id, 'title' => $this->title, 'slug' => $this->slug, 'workers' => PersonDivisionPreviewResource::collection($this->whenLoaded('workers')), 'description' => $this->description, ]; } }