data class PunishmentStatsResponse(val success: Boolean? = null, val cause: String? = null, val watchdogLastMinute: Int? = null, val staffRollingDaily: Int? = null, val watchdogTotal: Int? = null, val watchdogRollingDaily: Int? = null, val staffTotal: Int? = null) : HypixelResponse