ZCQL through API count query

ZCQL through API count query

Hi
Have trying with: 
'query': """ SELECT COUNT(status_column) AS Zstatus, status_column From Zoho_table GROUP BY status_column; """
getting result:
 {'status': 'success', 'data': [{'Zoho_table': {'status_column': 'Curated'}}, {'Zoho_table': {'status_column': 'Open'}}]}
** not getting, column value wise count please help.


      Catalyst Community