My folder structure has 1 parent folder, 4 sub-folders and documents inside each of the 4 sub-folders. I need to get all the documents inside the parent folder through the REST API. The problem is when I do a get 'api/v1/nodes//nodes' I only get the 4 sub-folders return in 'data' and not the documents within each of these. Is there any way i can accomplish this without having to do the recursion manually? I would like to avoid making a separate get call to get the documents inside each sub-folder.