Get the token used for continuations.
String? getContinuationToken(List results) { return nav(results.last, CONTINUATION_TOKEN, nullIfAbsent: true) as String?; }