belongsTo(Category::class); } public function articles(): HasMany { return $this->hasMany(Article::class); } }