Admin Models
Get models statistics
Retrieve statistics about models including total, public, private, active, and in-progress counts
get/admin/models/stats
Response
Models statistics retrieved successfully
Example response
{
"total": 150,
"public": 120,
"private": 30,
"active": 100,
"inProgress": 50
}