import QtQml QtObject { id: root default property list data: [ QtObject {objectName: "1" } ] property QtObject entry: data[data.length - 1] }