## Context This was already for relations but not the root object. This caused issues with pages where we query multiple objects with the CombinedFindManyRecords such as the data model In the example below, we don't have access to rockets so we don't see the real number of instances (now displays 0) and the FE shouldn't query it. <img width="557" alt="Screenshot 2025-06-23 at 19 23 51" src="https://github.com/user-attachments/assets/2ee769b6-c108-466e-93ef-a17a6b092fcc" /> Diff <img width="1232" alt="Screenshot 2025-06-23 at 19 39 05" src="https://github.com/user-attachments/assets/6c841d4f-2a64-4908-8423-dc040893dfac" /> <img width="1224" alt="Screenshot 2025-06-23 at 19 38 57" src="https://github.com/user-attachments/assets/bb3ff3bc-e9e4-40a6-b72f-18b4dc109df9" />