private function syncInterests(Video $video, array $interests)
 {
     $video->interests()->sync($interests);
 }