in src/main/java/org/apache/sling/hapi/sightly/TypesCollectionView.java [63:68]
public void activate() throws Exception {
hapi = sling.getService(HApiUtil.class);
me = hapi.collectionFromPath(resourceResolver, resource.getPath());
LOG.debug("me: {} resource: {}", me, resource.getPath());
description = me.getDescription();
}