getLapsedUserCount, designed to return the count of users who haven't interacted with our application within the last 30 days. However, I'm facing an issue with the aggregation of counts. Instead of getting a single total count, the function is returning individual counts for each group, which isn't what I need.{"count": [{"count": 53}]}.getLapsedUserDetails function works perfectly, fetching detailed lists of lapsed users correctly using a similar query structure.getLapsedUserCount function is not aggregating the counts into a single total and how I might correct this? Any advice or insights would be greatly appreciated!
