if (permissions.fs?.public) list = list.concat(
    permissions.fs?.public.map(p => Path.withPartition(
      "public",
      p
    ))