diff --git a/fluXis.Shared/Components/Clubs/APIClubStatistics.cs b/fluXis.Shared/Components/Clubs/APIClubStatistics.cs index 5c44e2fb..c232b4f7 100644 --- a/fluXis.Shared/Components/Clubs/APIClubStatistics.cs +++ b/fluXis.Shared/Components/Clubs/APIClubStatistics.cs @@ -6,4 +6,10 @@ public class APIClubStatistics { [JsonProperty("ovr")] public double OverallRating { get; set; } + + [JsonProperty("claims")] + public long TotalClaims { get; set; } + + [JsonProperty("claim-percent")] + public double ClaimPercentage { get; set; } }