I have a type: A, which contains a collection i.e a List of b:
data class A(val b: List, val value_in_b: String) data class B(value_in_b: S