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