How can use subqueries with redisGraph/How can reach totalRowCount

Hello everyone, I have query like this
MATCH (a:UNIT {tenant:‘redis’})-[feeds*0…]->(c:UNIT)-->(b:UNIT {isActive:true} )<-[r:maps]-(bl:BLOCK)-[:models]->(p:POINT) RETURN count(a),b.name, b.tenant, b.timezone,bl.block limit 10

I want to reach total data count but I can’t combined with limit expression how can I do this?

I am sorry to hear that you have a problem. Can you please help me a bit by providing a little more information? Can you come up with a minimal example to illustrate the problem better? Can you provide, perhaps, the desired outcome and the actual outcome you have after having performed the query?