This is my view code
class BlogListSerializerView(generics.ListAPIView): model = Blog serializer_class = BlogSerializer pagination_class = CustomP