class CursorPage { final List items; final String? nextCursor; const CursorPage({required this.items, required this.nextCursor}); }