We need to make it so that users can put zero or more categories per photo (i.e it is optional for pictures to have categories)
We could use a Set<Category> to do this, since we don't want it to be possible to have the same category twice on the same photo. That would be silly :)