Hi Ujwal,
You could follow this approach to get the count. This involves invoking multiple API calls and then doing some basic math that involves multiplications and additions.
I will take Contact entity and Phone attribute as the example to explain the approach.
These are the steps to be followed:
1. Identify the maximum count of OV true Phone values for Contact entity type by invoking this API call a few times. This is a trial-and-error method, depending on the understanding of the data, you could try different numbers to determine the maximum OV true count.


As you can see from the above screenshots, in my Tenant the maximum OV true count for Phone for Contact Entity Type is 3.
2. Now, invoke this API call with values starting from 1 till the maximum value identified in the above step to get the entity count.



3. Now, multiply the total count from the response with the input number and sum all these values to get the total no.of OV true Phone values for Contact entity type.
In my Tenant the total OV true Phone numbers for Contact Entity type is: (1 x 2) + (2 x 4) + (3 x 6) = 28
------------------------------
Mallikarjuna Aakulati
Reltio
------------------------------