might just be a noob question but I can't seem to figure out how to populate the data object for a given page using 3 concurrent requests (page content, page meta and page navigations are 3 separate calls in order to speed up page load speed). So my question is, how do we do this? I tried putting all three into aPromise.all()
but that didn't work.