Create an Document from JSON
factory Document.fromJson(Map<String, dynamic> json) => _$DocumentFromJson(json);