if (add && body.name) {
                        update.$set = {};
                        update.$set.name = body.name;
                    }