Currently, I have an object that is returning the following data:
Object {1: 0, 2: Array[2], 3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 12: 0}
My goal is to replace the "Array[2]" with just the number "2" (indicating how many records are in the array).