'int', 'path' => 'string', 'url' => 'string', 'driver' => 'string', 'hash' => 'string', 'size' => 'int', 'mimeType' => 'string', 'extension' => 'string', 'createdAt' => 'int', 'updatedAt' => 'int', ]; protected $autoWriteTimestamp = 'int'; protected $createTime = 'createdAt'; protected $updateTime = 'updatedAt'; }