The native driver findOneAndUpdate options the adapter passes through.
returnDocument: "before" | "after"
Returns the updated document (rather than the original).
optional
session: IMongoSession
The session a transaction-scoped operation runs under.