model Player { team Int[] monsters Monster[]}model Monster { id Int name String}
monsters: { where: { id: { in: player.fields.team } } }