I have a response :
[
[
"Andi",
"PENDING"
],
[
"John",
"PENDING"
],
[
"Lisa",
"ACTIVE"
],
[
"Indri",
"ACTIVE"
]
]
How to count length only for ACTIVE
response data?