import { type Models } from "https://deno.land/x/appwrite@5.0.1/src/models.d.ts";
const { DocumentList } = Models;
Documents List
definition: { total: number; documents: Document[]; }
import { type Models } from "https://deno.land/x/appwrite@5.0.1/src/models.d.ts";
const { DocumentList } = Models;
Documents List