View Source Appwrite.Types.DocumentList (appwrite v0.1.9)
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.DocumentList{ documents: [Appwrite.Types.Document.t()], total: integer() }