| Property | Description | Returns | 
|---|---|---|
| id | int | |
| name | string | |
| created | Get the date the record was created. | DateTime | 
| modified | Get the last modification date for the record. | DateTime | 
| hidden | DateTime | |
| hidden | bool | |
| parent | Folder | |
| filenames | Collection (Filename) | |
| children | Collection (Folder) | |
| path | Get the path for the folder including subfolders. Does not include leading or trailing slashes. Part of the entity (instead of the model) as it is required for cache clearing. | string | 
| comments | Collection (FolderComment) | 
Files\Models\Api\Folder
Folder