using System.Text.Json.Serialization; namespace Core.Models.Eft.Prestige; public class GetPrestigeResponse { [JsonPropertyName("elements")] public List? Elements { get; set; } }