'integer', 'articles_count' => 'integer', ]; } public function articles(): HasMany { return $this->hasMany(Article::class); } }