pub async fn ls<'a>( which: Either<&Ipfs, &Repo>, path: IpfsPath, providers: &'a [PeerId], local_only: bool ) -> Result<BoxStream<'a, NodeItem>>