export default () => ({
  id: null,
  type: 'folder',
  name: '',
  parentId: null,
  hash: 0,
});