When I use the action Send an HTTP request (Office 365 Users) with https://graph.microsoft.com/v1.0/users/@{items('Apply_to_each')?['Email']}/mailFolders/Inbox, I get "childFolderCount": 42, but when I use another send an HTTP request action to get all child folders https://graph.microsoft.com/v1.0/users/@{items('Apply_to_each')?['Email']}/mailFolders/Inbox/childFolders?$select=id,displayName&$top=100, I only get 2 child folders. Can someone please help, thanks a lot.