{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "API2.Models.Counts", "description": "", "properties": { "AddedCount": { "description": "", "format": "int64", "type": "integer" }, "FollowersCount": { "description": "", "format": "int64", "type": "integer" }, "FollowingCount": { "description": "", "format": "int64", "type": "integer" }, "PrivateRecipeCount": { "description": "", "format": "int64", "type": "integer" }, "PublicRecipeCount": { "description": "", "format": "int64", "type": "integer" }, "TotalRecipes": { "description": "", "format": "int64", "type": "integer" } }, "type": "object" }