namespace BlazorLottoPicker.Data.Model { public class HistoryStatistics { public string BallNumber { get; set; } public int Count { get; set; } } }