diff --git a/src/People.Api/Infrastructure/Providers/World/CountryOverview.cs b/src/People.Api/Infrastructure/Providers/World/CountryOverview.cs index 5a79dee..895a5b1 100644 --- a/src/People.Api/Infrastructure/Providers/World/CountryOverview.cs +++ b/src/People.Api/Infrastructure/Providers/World/CountryOverview.cs @@ -1,3 +1,3 @@ namespace People.Api.Infrastructure.Providers.World; -internal sealed record CountryOverview(string Code, string Name); +internal sealed record CountryOverview(string Alpha2, string Alpha3, string Region, string Name);