*/ public function mods(): HasMany { return $this->hasMany(Mod::class) ->chaperone(); } }