user:KaMan noticed that the number of Senses in English, reported by ListeriaBot on this page, are sometimes decreasing, even though users create some new every day. See tracking here. This doesn't match with the number of deleted Lexemes.
This is caused by de-synchronization of data between servers.
Underlying query:
SELECT ?item (count(?sense) as ?count) WHERE {
?l a ontolex:LexicalEntry ; dct:language ?item ; ontolex:sense ?sense .
} group by ?item order by desc(?count) ?item