const ItemUnmanaged = struct
const ItemUnmanaged = struct { integer: i32, sub_items: ArrayList(ItemUnmanaged), }