data class DocumentResponse(val id: String, val shipmentId: String, val documentType: String, val title: String? = null, val scanId: String? = null, val jobId: String? = null, val imagesPaths: List<String> = emptyList(), val data: JsonObject? = null, val createdAt: String? = null, val updatedAt: String? = null, val createdById: String? = null) Response model from the documents API