package model

type ResCountry struct {
	Name string
	Area int
}