Thanks for the feedback! I just updated the component, so it doesn’t render empty lists.
I don’t see a dedicated class for the about topics. But you could use a style declaration to hide pinned topics from the featured lists:
.featured-lists__list-body .topic-list-item.pinned {
display: none;
}