const uncivil = Number(
        await player
          .rounds()
          .where({ choice: RoundChoice.Uncivil }, false)
          .count()