Visible calc based on array choice

I have a field where if the user chooses a certain option I need to show another field.

“visible_calc”: “[‘Literature’, ‘Other’].includes(model.itemsGiven[0].item)”

The above calc works for the first item, but I need it to work for every one of them.

Any ideas?

Maybe this can do it? https://lodash.com/docs/4.17.15#find

Any luck figuring this out?

Not yet. Switched gears. I need to get back to it at some point.