I'm trying to fetch the post (prompts) message from mongodb and it should append creator details to each post using the populate() method. But when I try to console log the object that I'm receiving back, it doesn't have the creator details fetched from referencing user model.
I'm attaching the prompt api to send the details of prompts as well as the user and prompt models.