Closed as not planned
Description
As seen in #19613, bundle effects (#17521) have really pushed the limits of what our spawning API can do.
This is great, but the "bundle" terminology makes less and less sense. Originally, it meant a "bundle of components", intended to be inserted on a single entity. Now it means... something that can be spawned? But in some cases (like our querying API), it really is intended to solely mean a "bundle of components".
Interacts with #19491, which proposes changes to these traits.