To count number of models for a schema in the db:

Method : GET

URI : /ml/<schema_name>/count

Example

curl -X GET http://192.168.1.105:18080/ml/website/count

Response

{
   "count": 1
}