My array is supposed to have 140 indexes in a single format like this:
array:[0-140]
//however, it currently appears as:
array: [
0: [0-99],
1: [100-140]
]
I've confirmed multiple times that it is just one array of objects. Why is it showing up this way?