You have to do this as a structure. Make the first structure an array of vectors and call it something like ‘Vector Array’. Then make a structure which is an array of Vector Array.
EDIT: You could at the point make a map of vector arrays using an integer, but it would be a lot easier to make an array of vector arrays