belongsTo(Student::class); } public function audition(): BelongsTo { return $this->belongsTo(Audition::class); } }