Hi guys iam trying to find the count of a specified field if its present inside a object of array For example
[{name:'Linus',rate:'23'},{name:'Sebastin'},{name:'Alex',rate:''}]
what iam trying to achieve is count the number of key 'rate' inside the object
iam expecting a output like
2