The goal is to be able to set a status for post type for user.
Example: User can mark the post type (in this case 'book') as one of - 'want to read', 'currently reading', 'already read'.
I see I can add a relation between post type and user, but I want the relation to be an array.