So I have an array like this:
[ { id: 1, parent: 0, children: [{}] }, { id: 2, parent: 1, children: [{}] }