Hello all, Our use case only involves the use of the `country` data from an ip. Example : ```typescript const country = lookup(ip).country ``` We don't even need to query or download the cities database. @bluesmoon would there be a good way to go about it ?