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