I currently have an object that is returning this:
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}
What I am trying to do is 'replace' the "Array[2]" with just the number "2" (counting how many records are in the array)