This is feedback based on Box.net comment on developer page asking for v2 feedback.
What the api currently returns for each folder "entry" is something like:
"entries" :
[
{
"sequence_id": "0",
"type": "file",
"id": "2631999573",
"name":"IMG_1312.JPG"
},
{
"type":"folder",
"id":"2305623799",
"sequence_id":"1",
"name":"a child folder"
}
]
This means that to retrieve basic metadata (size, modification date etc) for a child entry I have to issue a REST request for each item. This is clearly very inefficient.
The question is: is there any chance that this will be changed in before v2 is released?