$this->id, 'name' => $this->name, 'category' => $this->category, 'images' => $this->images, 'short_description' => Str::limit($this->description, 100), 'scientists_count' => $this->when(isset($this->scientists_count), $this->scientists_count), 'scientists' => \App\Http\Resources\ScientistResource::collection($this->whenLoaded('scientists')), ]; } }