When executing a find()
query without any sort()
function, are the returned results in any kind of order? Does this order change between find queries?
I'm trying to understand this default behavior and if it made sense, use it to implement pagination functionality on my API's results.