BindingItem: {
    done: Tree<DoneBinding>;
    todo: Tree<TodoBinding>;
}