cursor property
Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
Implementation
String? get viewer; int get limit;/// Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
String? get cursor;