I have a data class with a field.
data class Foo( val bar: String? = null )
I need to store multiple bars. But also, because
bars