* I am trying to create a table using a case class with 24 columns and therefore using HList as mentioned [here](https://underscore.io/blog/posts/2016/10/11/twenty-two.html) * However, in the `def *` method, when i try to use `mappedWith`, intelliJ gives me an error: <img width="663" alt="Screen Shot 2020-06-23 at 4 17 26 PM" src="https://user-images.githubusercontent.com/61017795/85456534-0baa6300-b56d-11ea-95e1-e2571907aac6.png"> * My clase class: <img width="799" alt="Screen Shot 2020-06-23 at 4 17 58 PM" src="https://user-images.githubusercontent.com/61017795/85456602-1cf36f80-b56d-11ea-8838-0cd078510fe1.png"> * `def *` method: <img width="681" alt="Screen Shot 2020-06-23 at 4 21 11 PM" src="https://user-images.githubusercontent.com/61017795/85457032-912e1300-b56d-11ea-8358-a856fd091cb3.png"> * build.sbt: <img width="650" alt="Screen Shot 2020-06-23 at 4 22 05 PM" src="https://user-images.githubusercontent.com/61017795/85457155-b6bb1c80-b56d-11ea-97de-2b3540041389.png">