package cl.tica.portfolio.recipeapi.thirdparty.countriesapi.dto.response; public record CountryResponse(String name, String flag) { }