Is there a way to import multiple Spine sets but use as a single GameObject in Phaser?

After searching on the web and asking it on chatGPT, I found that there are no ways to create them as a single SpineGameObject, so I just created a spineContainer and added multiple spineGameObjects. It required some work but the animation works fine.