An API endpoint returns "the current user's profile" by sending back the full database record.
The bug: the database record includes passwordHash — a field that should never leave the server.
Your task: fix solve(user) so the returned object has every field from user except passwordHash.
Sample tests