namespace GameIdeas.Shared.Dto; public class PlatformDto { public int? Id { get; set; } public string? Label { get; set; } public string? Url { get; set; } public string? IconUrl { get; set; } }