diff --git a/Expedience.Infrastructure/Models/TopXCompletionResult.cs b/Expedience.Infrastructure/Models/TopXCompletionResult.cs index 17399ec..00f4dc7 100644 --- a/Expedience.Infrastructure/Models/TopXCompletionResult.cs +++ b/Expedience.Infrastructure/Models/TopXCompletionResult.cs @@ -5,7 +5,7 @@ namespace Expedience.Infrastructure.Models; public class TopXCompletionResult { - public int Position { get; set; } + public int Rank { get; set; } public Guid Id { get; set; } public int TerritoryId { get; set; } public string PlaceName { get; set; }