How can I console.log() the property of this object: {COUNT(*): 4} ?
console.log()
{COUNT(*): 4}
console.log(data.COUNT(*)) doesn't work.
console.log(data.COUNT(*))