{
	what: "string",
	how: "replace" || "add" || "remove" || "update"
	data: ([row objects] || row object) || row object || id to splice || {id: integer, property_that_has_changed: new_value, other_property_that_has_changed: new_value}
	why: "string" || undefined
}