belongsTo(Video::class); } public function round(): BelongsTo { return $this->belongsTo(MatchRound::class, 'match_round_id'); } }