Future<List<Comment>> getReplies(String commentId, [int page = 1]) async { return await service.fetchReplies(commentId, page); }