method JobService.countJobsByTagimport { JobService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/index.ts"; countJobsByTag(unnamed 0: { horizonSecs?: number; workspaceId?: string; }): CancelablePromise<Array<{ tag: string; count: number; }>>Count jobs by tag Parametersunnamed 0: { horizonSecs?: number; workspaceId?: string; }ReturnsCancelablePromise<Array<{ tag: string; count: number; }>>any Job counts by tag