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