For the MongoDB node driver, the 2nd param to
findOne()
is an
options
object where you can specify
sort()
[1]. In Stitch,
findOne()
only accepts a
projection
argument [2].