Lists all snapshots including their:NameTime CreatedTime since createdSize in GB
Snapshots[].join('', ['Name: ' , name, ' | Time Created: ', date_format(properties.timeCreated, 'MMM-DD-YYYY @ hh:mm A'), ' | Age: ', to_string(time_since(properties.timeCreated, 'days')), ' days | Size: ', to_string(properties.diskSizeGB), 'GB'])