Postgres supports ARRAY columns that allow storing multiple values in a field. #22 allows reading these values. We need a possibility how to store these. The assumption for Collection-typed fields is that these values are stored using relations and not within a single column.