Sum of popularity of all dictionary entries belonging to this entry.
@ignore double get popularitySum { return entries.map((entry) => entry.popularity).sum; }