We're having lots of fun on Discord! Come and join us! 💬
Docs

Files List Object

Properties

Name Type Description
total integer

Total number of files documents that matched your query.

files file[]

List of files.

Examples

JSON

{
    "total": 5,
    "files": [
        {
            "$id": "5e5ea5c16897e",
            "bucketId": "5e5ea5c16897e",
            "$createdAt": "2020-10-15T06:38:00.000+00:00",
            "$updatedAt": "2020-10-15T06:38:00.000+00:00",
            "$permissions": [
                "read(\"any\")"
            ],
            "name": "Pink.png",
            "signature": "5d529fd02b544198ae075bd57c1762bb",
            "mimeType": "image\/png",
            "sizeOriginal": 17890,
            "chunksTotal": 17890,
            "chunksUploaded": 17890
        }
    ]
}