[
{{#value}}
{  
  "path": "{{this.path}}",  
  "lastModified": "{{this.dateLastModified}}",  
  {{#if fileLength}}  
  "fileLength" : "{{this.fileLength}}",  
  {{/if}}  
  "itemType": "{{this.itemType}}",  
  "metadata": 
    {   
      "downloadUrl" : "{{{this.contentLocation}}}&isShallow=true"
    }
}{{#unless @last}},{{/unless}}
{{/value}}
]