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