https://api.box.com/2.0/folders/:folder_id/items
- This end point gives up list of all files and folder inside current folder not going down at subfolder level. Can we list all files and folders inside current folder and all it's subfolders as well?
- We only get limited information about files and folders from this method. Is there any way we can list all file or folder information. (I don't want to make separate api call for each and every file to do this)
