495051525354555657
Map<String, List<RawRecord>> records = json.apply(response); if (records == null) return null; RawRecord rawRecord = Iterables.getOnlyElement(records.get("records")); return toRecordDetails.apply(rawRecord); }
515253545556575859
464748495051525354