@JsonSerializable(includeIfNull: false) const factory GetComment({required int id, String? auth}) = _GetComment;