namespace GameIdeas.Shared.Dto; public class CategoriesDto { public List? Platforms { get; set; } public List? Properties { get; set; } public List? Tags { get; set; } public List? Developers { get; set; } public List? Publishers { get; set; } public List? ReleaseYears { get; set; } public List? StorageSpaces { get; set; } }