import QtQuick 2.0

Item {
    id: root

    property int childrenCount: root.children.length

    Item {}
}
