1) ```js const { password, ...userWithoutPassword } = user; return userWithoutPassword ``` 2) ```js delete user.password; return user ```