Hi @lalitmohan ,We have a scenario where we want to consume the SAP Datasphere APIs in the SAP BTP CAP Application as an ODATA service. We created an OAuth2.0 client like its mentioned in your blog. But there is a step in which it is mentioned that "...
Found a solution to this issue. We need to add '$count' as part of the result sent from the custom event handler.results['$count'] = response["d"].__count;