const returnPostData = async (req, res, initialPostsQueryArray) => { try{ const promises = initialPostsQueryArray.map( async (post) => {