``` julia> size(VectorOfArray([randn(2), randn(4)])) (2, 2) ``` This is surprising at least, and runs the risk of subtle bugs if one tries to iterate on the VectorOfArray as if it was a multi-dimensional array.