I am using mongo with scala.
object myApp extends App{ case class myClass(field: String, value: Option[Any] }
Above is my case class and below