pub fn matching(
    zipcode: &str,
    zipcodes: Option<Vec<Zipcode>>
) -> Result<Vec<Zipcode>>