In Webstudio, is it a good practice to include full GraphQL queries (with rich content like long ACF text fields) in root-level data fetches? Or would it be more optimal to only fetch essential metadata (like IDs, slugs, and short titles) in the root, and then fetch full content (e.g. description, content, conclusion) on page-level only when needed? I’m concerned about performance when the same root query runs across many pages.