Count number of rows in a tableTo count number of rows in a table:Method : GETURI : /db/<dbname>/<table_name>/countExamplecurl -X GET http://192.168.1.105:18080/db/mydb/my_table_test/countResponse{ "count": 2 }