@override Future<List<TimelinePost>> fetchPosts(String? category) async { if (posts.isEmpty) { posts = getMockedPosts(); } notifyListeners(); return posts; }