I'm retrieving some models but only need to work with a single property. I use find() restricting properties with the fields query option.
I need to save and have ONLY this property changed. When I save(), the other properties get destroyed.
How can I do this properly?