Map<String, dynamic> toJson() { return when( article: (article) => article.toJson(), collection: (collection) => collection.toJson(), ); }