belongsTo(Post::class); } public function video() { return $this->belongsTo(Video::class)->withDefault(); } }