namespace AxCopilot.ViewModels; public class CommandStatItem { public int Rank { get; init; } public string Command { get; init; } = ""; public int Count { get; init; } public double BarWidth { get; init; } }