I am using Box SDK to find a folder to which I am a co-owner. In the process I try to fetch all folders/items from root level (folder_id =0) and the total_count is always 15 while there are almost 26 items in it. Some folders are not showing up in the fetch list. Not sure why get_items is not pulling all the items at root level. Both offset and marker pagination is not working.
Not sure what could be the cause. I asked a folder owner to create a new folder and add me as co-owner, still that folder is not showing in the fetch list either. No clue where the total_count is set and how to override it.