belongsToMany(Tag::class); } public function albums(): HasMany { return $this->hasMany(Album::class); } }