export type FileSorting = "a-z" | "z-a" | "lastmod" | "firstmod" | "size" | "type";