onlyCounts(): Builder<OnlyCountsOutput> {
    this.options.onlyCounts = true;
    return this as Builder<OnlyCountsOutput>;
  }