We need support for pagination in subitem queries. Currently, when querying subitems via the Monday API, there is no ability to specify page or limit arguments. This is causing us performance issues and limits our ability to efficiently retrieve large sets of subitems.
- Queries return all subitems without pagination, leading to increased response size and slower performance.
- This limitation blocks us from implementing scalable features that rely on partial loading or batched processing of subitems.
Please add support for page and limit arguments in subitem queries, similar to how they are supported in main item queries. This feature is urgently needed to proceed with our ongoing development work.