AnnotationCollection and Annotationpage responses
I see in the Ahiqar implementation that the JSON response looks like { "annotationCollection" : ... }
or { "annotationPage": ... }
. While other endpoints like manifest or items return the data like explained in the specs, the annotation endpoints are kind of wrapped in to an outer object. Could explain why is this necessary and maybe document it in the specs?