hasMany(Game::class); } public function entries(): HasMany { return $this->hasMany(Entry::class); } }