Returns the count of on entities
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "lookup_count", "type": "object", "description": "Returns the count of on entities", "properties": { "error": { "type": "string" }, "is_success": { "type": "integer" }, "results": { "type": "array", "description": "Array of Lookup details for the query" } } }