*/ protected $guarded = []; public function video(): BelongsTo { return $this->belongsTo(Video::class, 'videos_id'); } }