Hi,
Can I use this package to find document with a cursor for pagination?
I tried the following where cursor is a uuid v1 but this does not work, the documents returned are incorrect, it should return items after the provided cursor id.
if (cursor) {
matchStage._id = { $gt: mUUID.from(cursor) };
}