Maybe we don't need `MongoFormat.default`. The only instance using it is ` MongoFormat[Option]` and this instance already handles the `None` case itself.
Maybe we don't need
MongoFormat.default.The only instance using it is
MongoFormat[Option]and this instance already handles theNonecase itself.