Describe the feature
Hi there,
In vuex-orm we can use $ prefixed methods on entities. It looks like it doesn't exist in pinia-orm. It's not mandatory as it's possible todo it differently, but it makes the migration a bit longer.
Example: https://vuex-orm.org/guide/data/inserting-and-updating.html#save-method
const user = new User()
user.name = 'John Doe'
user.$save()
Is it removed on purpose? Do you plan to add it? Or is there an existing alternative I missed?
Thanks
Additional information
Final checks