It seems like \'select count(*) from c\' in the SQL queries allowed by documentdb in the azure site and through the documentdb explorer (https://studiodocumentdb.codeplex.com/)
This is now possible in the year 2017 of our lord.
SELECT VALUE COUNT(1) FROM c
[ 1234 ]