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