Map<String, dynamic> toJson() => _withoutNulls({ 'id': id, 'kind': kind.name, 'number': number, 'title': title, });