Hi All,I am just getting started with postman

My question:Below, is how my JSON object is.When I use var jsonData=pm.response.json();
console.log(jsonData);
I can see the count of responses in console,like data[16],how can I print the same in the test results

Details (like screenshots)
:{
“name”:“_id”;
“data”: [
{“response1”: …},
{“response2”: …},
{“citizen”: “_id”},

]
}

How I found the problem:

I’ve already tried:

console.log(jsonData.length);