Loader for the feed returns a tuple of lst items with a token
typedef FeedLoader<T> = Future<Tuple2<List<T>, String?>> Function(int size, [String? token]);