When trying to create a chest with multiple items using the following command:
/setblock ~0 ~0 ~2 minecraft:chest 0 replace {Items:[{id:274,count:1},{id:275,count:1}]}
Only the last item in the list is created in the chest. Works the same if I include the slot tag in each item definition.