'how to only show the number in results sparql query

I have this query and want too only show the number 4 without the data type. Do any one know what's wrong with the query ?

SELECT DISTINCT (COUNT( ?coursCree) as ?nombreDeCoursCree) WHERE {
?coursCree dcterms:creator org:Gilbert_Paquette

}

Result: "4"^^http://www.w3.org/2001/XMLSchema#integer



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source