I have this :
case class Archieve(id: Int, date: Long)
case class books(id: Int, name: String, occurrences: Int)
I have a St
St