How to put multiple images into data table at once

I tried doing something like this to store a list of images into a data table (e.g., a user in my user table might have many pictures associated with them), but it looks like a single cell of a Media column can only contain a single image. I am assuming I will need a separate table just for images and link it to my user table.