func (r *UserComparatorRepositoryMongo) FindByContactExists(arg0 context.Context) (*UserModel, error) {
    var entity UserModel
    if err := r.collection.FindOne(arg0, bson.M{
        "contact": bson.M{
            "$exists": 1,