A File (folder or normal file).
| name | data type | description |
|---|---|---|
| path | string | The path to this file. |
| link | LinkModel | The link to this file. |
| bytes | number | The size of the file in bytes. |
Example
{
"path" : "...",
"link" : {
"rel" : "...",
"href" : "..."
},
"bytes" : 12345
}