1. Save a row with a field `arrayOfPointers` on iOS, with empty array of pointers. 2. Update another field on the row. 3. Try to update the `arrayOfPointers` with an actual pointer (let's call it `somePointer`), and save. 4. Observe that `arrayOfPointers` does not contain `somePointer`, as expected