async getFactNames()

in plugins/soundcheck-backend-module-branch/src/branchcount.ts [215:217]


  async getFactNames(): Promise<string[]> {
    return ['branch_count'];
  }