i have a long list, which i would like to transform into a tree that has a number of equal sized branches. for example, i have a list that contains 300 values and i want to transfrom this list into a tree that has 30 branches that each contain 10 items (first branch has the first 10 items of the list, the second branch has the next 10, and so on..)