## Description NPE when calling Amadeus.referenceData.locations.cities and there are no cities in the response. ## Steps to Reproduce call Amadeus.referenceData.locations.cities .get(Params.with("keyword", "SANC").and("countryCode", "CU")); __Expected Behavior:__ [should return an empty list and not a NPE] __Actual Behavior:__ [Resources.java class rise a NPE at line 32] __Stable Behavior?__ [Everytime that I do a search passing something that does not exist.] ## Versions Java17 ## Checklist Please make sure you checked the following: * Did you download the latest version of this library?