- work around for now is to downgrade mongoose version to 6.6.2 - I tried to install latest bson package (5.0.1) as a peer dependency, but this does not fix the problem ## Reproduce Bug In order to reproduce this bug, use mongo-cursor-pagination (8.1.2 or 8.1.3) with mongoose (7.0.0). The error occurs whenever next page query is added to paginate function.