export type Item = {
  name: string;
  path: string;
  sha: string;
  size: number;