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