I have a User model that contains number of points that user has. To update it, do I have to perform two queries?
First get the User document by .findById()
.findById()