View Source Appwrite.Types.DocumentList (appwrite v0.2.1)

Paginated list of Appwrite.Types.Document records.

Fields

  • total (non_neg_integer()) — total documents matching the query.
  • documents ([Appwrite.Types.Document.t()]) — current page of results.

Summary

Types

t()

@type t() :: %Appwrite.Types.DocumentList{
  documents: [Appwrite.Types.Document.t()],
  total: non_neg_integer()
}