listContainer
suspend fun listContainer(webId: String, containerUri: String, enrichWithHead: Boolean = false): List<SolidSourceReference>
Lists a container's direct children in a single GET.
Parameters
enrichWithHead
Also HEAD each child (bounded concurrency) to fill in metadata for servers that don't enrich the listing. Costs one request per child.