declare type WebFile = {
  name: string,
  title?: string,
  path: string,
  size: string,
  type: string,
}