I see in the Documentation for GroPlot there is this entity construction
GeoVariant[Entity["Country", "UnitedStates"], "AllAreas"]
So this works:
GeoListPlot[{GeoVariant[Entity["Country", "UnitedStates"],
"AllAreas"], Entity["Country", "Netherlands"]}, ImageSize -> 1200,
GeoRange -> "World"]
Somewhat obscure...