Can `monday.get/listen("itemIds")` please return all item IDs to match the behaviour on desktop? I only get a max of 100 item IDs on mobile, where I get the full number of board item IDs on desktop.
I referenced https://developer.monday.com/apps/docs/building-for-mobile and https://developer.monday.com/apps/docs/mondayget and there is no mention of any limitations for mobile.
> The list of item IDs that are filtered in the current board (or all items if no filters are applied).
This means I cannot provide the expected behaviour of my app for my app’s users. There is also no indicator the list of item IDs is truncated, nor is pagination available.