@override Future<List<TimelinePost>> fetchPostsPaginated( String? category, int limit, ) async { notifyListeners(); return posts; }