iterates through all items of Vault
//getting ids of all elements of the vault (files) vault.data.map(function(item){ console.log(item.id); });