*/ protected $guarded = []; public function info(): HasMany { return $this->hasMany(AnidbInfo::class, 'anidbid'); } }