belongsToMany(Category::class); } public function news(): BelongsToMany { return $this->belongsToMany(News::class); } }