mongoose Cannot DELETE /f/5fcbcace16f0d6247463a966 code example
Example: mongoose delete some properties from object after saving
child = child.toObject();
delete child.password;
child = child.toObject();
delete child.password;