When using find with query like { id: { $gt: cursor } } ordered by updatedAt, it returns only new items, not updates.
find
{ id: { $gt: cursor } }
updatedAt
H