I have a product case class defined in the way Salat expects.
case class Product(@Key("product_id") productId: String,
@Key("png_image_binary") pngImageBinary: ???)
How can I add pngImageBinary so I can store this as a binary object?