CLOVIS
users.find { expr { of(Song::creationDate) gt of(Song::editionDate) } }
{ "$expr": { "$gt": [ "$creationDate", "$editionDate" ] } }