> @@ -49,7 +49,7 @@ > RawRecords rawRecords = json.apply(response); > Iterable<RecordDetail> records = rawRecords.transform(toRecordDetails); > > - return new Records(records, rawRecords.getLinks(), > rawRecords.getTotalEntries()); > + return new Records(records, rawRecords.getLinks(), > rawRecords.getTotalEntries().get());
Yes. The Cloud DNS API is guaranteed to return totalEntries. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/191/files#r7677534