$this->id, 'name' => $this->name, 'slug' => $this->slug, 'description' => $this->description, 'articles_count' => $this->whenCounted('articles'), ]; } }