
this is for a request of the format
https://awsbackendurl/dev/commentative/${req.params.uuid}
which should be returning all the info necessary to load that article and its comments on the page.
currently returns article content and comments(text and reference id) but not the user attached to each comment.
the user does get posted to the database, so the query needs to be edited to return this info as well.