I do not have time in the moment to look through the code and make a pr and what not. so I am just making a note here for me to come back to.
when I add the mixin to my adapter it messes up the serialization of other attributes. I have user_ids that should be headed up to the server as an array of strings like so ["1", "2", "3"] but actually gets sent up as just a string like this: "1,2,3".