urlpatterns = [
    url('', include(router.urls)),
    path('rating-count/', views.RatingCountViewSet.as_view(), name='rating-count'),