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