const reportCount = Number(
    await player
      .receivedReports()
      .where({ status: ReportStatus.Completed }, false)
      .count()