'boolean', ]; public function categories() { return $this->belongsToMany(Category::class, 'video_category'); } }