@TypeConverter
    fun jsonToAttachment(json: String): Attachment? =  gson.fromJson(json, Attachment::class.java)