I have the following import statement in my code (javascript side):
import Tag from "discourse/models/tag";
However, I can’t use it to retrieve a tag object by it’s name. My goal is to obtain the tag description, but I only have the name. I was expecting something similar to this: