DocumentType
data class DocumentType(val id: String, val idPreview: String, val idPerson: String?, val name: String, val created: String, val updated: String, val documentsCount: Int, val documentsSize: Long, val previewType: DocumentType.PreviewType, val coverItem: DocumentItem?, val linkSelf: String) : Parcelable