Nuxt.js 3 Fundamentals - Working with Async Data in Nuxt - Configure useAsyncData with Options
In this lesson, we use the useAsyncData options transform and pick to modify the data returned in the payload. It is recommended that you always pick only the data necessary for the page to optimize performance.
We also briefly overview some of the other available options.
Links