| When we use a MongoDB native query with pagination on aggregate, the first use return a valid result set, while later uses will return an "unexpected empty" result list. The problem it is described here: https://stackoverflow.com/questions/48994715. It is reproduced with a test on attach : MongoDBNativeQueryPaginationTest.java |