I currently have an array of FooBar objects
interface FooBar { foo: string, bar: string, correct: string, other: string[] } const [arrOfObj, s