Resolved! NXQL 'Count' function returns java.lang.NullPointerException
I'm trying to count how much disk space the workspace is using, so I'm using NXQL rest api. This is my query: http://localhost:8080/nuxeo/site/api/v1/search/lang/NXQL/execute?query=SELECT COUNT(file:content/length) FROM Document Where ecm:isTrashed ...