Please add a way to remove specific names from a component name structure. We organize our files to make the components easy to find and that might include putting it inside another frame but we don’t want that frame name to appear when we’re actually using the component.
Just like we have the “_” to show that a component isn’t supposed to be published, let us add a marker to a frame name to have it not show on the component library structure.
Example: We have Page/Frame/Component, and renaming it to Page/_Frame/Component would show the component under Page/Component.