action gov_get_action_organization_follower_count { label: "Get number of followers of an organization" description: "Return the number of followers of an organization" provider: gov method: GET path: "/action/organization_follower_count" encoding: json input: { type: "object" properties: { id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }