Appwrite.Types.Lists.DocumentList (appwrite v0.1.1)
Represents a list of documents.
Fields
total
(integer
): Total number of documents that matched the query.documents
([Document]
): List of documents.
Summary
Types
@type t() :: %Appwrite.Types.Lists.DocumentList{ documents: [Appwrite.Types.Document.t()], total: integer() }