When deleteOne finds no document matching the filter, what is returned?db.users.deleteOne({ email: "missing@example.com" })