云数据库中有集合todo,包括type字段,想统计每个type的总数。类似select * ,count(type) from todo group by type. 感觉现在提供的接口无法实现。但需要怎么才能实现呢?