I have a Product(id:Int, name:String, suppliersIds:List) that i save in Room using TypeConverters for the List into a String, so in Room it looks like th
Product(id:Int, name:String, suppliersIds:List)