using System.Collections.Generic; namespace api.Database { public class Player { public int Id {get; set;} public Dictionary<string, string> Progress; } }