I executed ```lisp (ivy-set-display-transformer 'counsel-describe-face (lambda (str) (format "%s modified" str))) ``` then called `counsel-describe-face`, but the candidates are not modified. Did I miss anything?