action monarchinitiative_get_entity_set_summary { label: "Summary statistics for objects associated" provider: monarchinitiative method: GET path: "/bioentityset/descriptor/counts" encoding: json input: { type: "object" properties: { background: { type: "array" items: { type: "string" } } object_category: { type: "string" } object_slim: { type: "string" } subject: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "object" additionalProperties: true } }