Building on our collaborator profiles, it’s time to fetch and organize them across all projects. We’re setting up a single function to collect collaborator profiles for each project in one go, using Promise.all
to streamline the process. The result is a tidy object where each project ID maps directly to its collaborators, ready to be displayed in our app.