'array', ]; } public function entries(): HasMany { return $this->hasMany(NominationEnsembleEntry::class); } }