.push() not working for multistate boxes!

I want to use dynamic multistate boxes but I can’t add or remove states with Velo is there any way to do that or there is no API for that. If there is no API for this it’s a bit weird because states are already an array and .pop() and .push() are part of JS so we should be able to use these methods with any array.