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