is there a way to perform a bulk update but for individual items?
given an input like
[{store_id: 1, some_data: 2}, {store_id: 3, some_data: 9}], can I configure bulk_update to update store 1 with some_data 2, etc etc