factory ContentEmbedding.fromJson(Map<String, dynamic> json) { return ContentEmbedding(values: decodeList(json['values']) ?? []); }