Employee responsibility should be a single array containing the IDs of each employee it needs to save, rather than creating an entire meta value for each employee it wants to save (so we'd have n_employees * n_listings meta, rather than just n_listings with each being an array).
Employee responsibility should be a single array containing the IDs of each employee it needs to save, rather than creating an entire meta value for each employee it wants to save (so we'd have n_employees * n_listings meta, rather than just n_listings with each being an array).