'integer', ]; } public function person(): BelongsTo { return $this->belongsTo(Person::class); } public function festivalSection(): BelongsTo { return $this->belongsTo(FestivalSection::class); } }