Can we use LimitOffsetPagination with viewsets.ViewSet in Django Rest Framework.
Below is how my list view looks:
def list(self, request): # se