Map<String, dynamic> toJson() => { 'kind': kind, 'etag': etag, 'pageInfo': pageInfo?.toJson(), 'items': comments?.map((e) => e.toJson()).toList(), };