{% set array = [] %} {% for item in items %} {% set array = array|merge([{ title: item.title, ... }]) %} {% endfor %}