{foreach from=$data.items item="item"}

{$item->data.name}

{foreach from=$item->data.photos item="photo"} {/foreach}
{/foreach}