I'm working on an app that displays comments. I'm able to query the database to display the list of comments, but one of the fields is a Pointer to the Users Collection. What I want to display is the User's firstname and lastname based on the user id. Is it possible to return the firstname and lastn...