I need assistance understanding how to retrieve an array containing data from my MongoDB and render it in EJS via my Express.js server (main.js). The data is being sourced from a NoSQL database (MongoDB) and I am currently using NoSQL queries to retrieve the data...