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