DocumentList factory constructor
factory DocumentList({required List<Document> data}) = _DocumentList;