I'm trying to implement the user's option to favor an item from a list and I'm in doubt on how best to do this. The scenario is as follows, all users have access to the same list of items that is pulled from the server every time the app opens. The user data will be saved on the server, I want to know how to do this without having to create a copy of the entire list of items for each user.