{ "list" : [ { "id": 1, "name" : "ListOne", "user" : [1,2] }, // or `"user_ids" : [1,2]` { "id": 2, "name" : "ListTwo", "user" : [3,4] }, // or `"user_ids" : [3,4]` ], "users": [ { "id": 1, "username": "user1", "list": 1 }, { "id": 2, "username": "user2", "list": 1 }, { "id": 3, "username": "user3", "list": 2 }, { "id": 4, "username": "user4", "list": 3 }, ] }