Hi,I found a problem in the RTCModel class. When I call fetchItems(room, "default_SimpleChat", "history") to obtain the chat history, the RTCModel fails with an exception:ClassCastException: Cannot cast java.lang.Double (id=3330) to java.lang.StringThe problem is located in the addItem function with...