The way you set up is not supported in Component due to certain technical limitation. (The pagination or Query Result element with target query dropdown unable to identify if your target query is from which particular instance)
You can use the 2 methods below to achieve what you want:
Create a component that includes the Grid Query + Query Result Summary + Pagination. Use property + condition to decide whether or not to output the Query Result Summary or Pagination elements.
Create a standalone Query Loop component (Component root itself is a loop, not wrap inside Grid wrapper). Treat it as a looping-card component. Then you can use it like your current setup.
NOTE: If you plan to use Query Filters feature for the target Query, please use Method 2. Because Filter elements wouldn’t work inside the Component. Each filter element must have a unique element ID.
Hey @itchycode,
I implemented method 2 now, with Blog grid > Blog card (component), but the Query Results Summary element doesn’t work with a component instance.