namespace PokemonSleep.Web.Models { public class PokemonSleepDto { public List? pokemonList { get; set; } public List? natureList { get; set; } public List? subskillList { get; set; } } }