package files type FileMetadata struct { Id int64 Name string UserID int64 Ext string Type string FSLink string Size int64 }