{
    "fields": {
        "name": {
            "type": "varchar",
            "required": true,
            "trim": true
        },
        "description": {
            "type": "text"
        },
        "createdAt": {
            "type": "datetime",
            "readOnly": true
        },
        "modifiedAt": {
            "type": "datetime",
            "readOnly": true
        },
        "createdBy": {
            "type": "link",
            "readOnly": true,
            "view": "views/fields/user"
        },
        "modifiedBy": {
            "type": "link",
            "readOnly": true,
            "view": "views/fields/user"
        },
        "assignedUser": {
            "type": "link",
            "required": true,
            "view": "views/fields/assigned-user"
        },
        "teams": {
            "type": "linkMultiple",
            "view": "views/fields/teams"
        },
        "esDeudorDelPrstamo": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                "Sí",
                "Avalista",
                "Tercero hipotecario",
                "Familiar del deudor",
                "No"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "direccinDeLaViviendaHipotecada": {
            "skipOrmDefs": true,
            "type": "address",
            "tooltip": false,
            "isCustom": true
        },
        "esSuViviendaHabitual": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                "Sí",
                "No"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "direccionViviendaHabitual": {
            "skipOrmDefs": true,
            "type": "address",
            "tooltip": false,
            "isCustom": true
        },
        "profesioncuandofirmo": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "profesionActual": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "algunaVezHaEstadoDadaDeAltaComoAutnomo": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "entidadFinancieraQueLeConcediElPrstamo": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "entidadSucesora": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "fechaAproximada": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "elPrstamoEsSubrogado": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                "Sí",
                "No"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "haTenidoAlgunaNovacin": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "haPresentadoAlgunaReclamacin": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "haObtenidoRespuestaPorParteDelBanco": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "haAceptadoLoQueLeOfrecen": {
            "type": "varchar",
            "required": false,
            "trim": true,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "borradorHojaDeEncargo": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "hojaInformativa": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "borradorPoderNotarial": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "correoEnviadoAlClienteConDocumentacin": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "correoRecibidoAceptandoEncargo": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "escrituraPrstamoHipotecario": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "escrituraCompraventa": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "escrituraSubrogacinPromotor": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "escrituraNovacin1": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "escrituraNovacin2": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "otrasEscritura1": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "otrasEscritura2": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "otrasEscritura3": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "otrasEscritura4": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "reclamacinClausulaSueloPresentadaPorElCliente": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "respuestaBancoAReclamacinCsueloPresentadaPorElCliente": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "reclamacinClausulaGastosPresetadaPorElCliente": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "respuestaBancoAReclamacinCgastos": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "notaSimple": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "certificadoDeEmpadronamiento": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "gastosNotara": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "gastosRegistro": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "impuesto600": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "reciboBancario": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "otrosDocumentos1": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "otrosDocumentos2": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "otrosDocumentos3": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "borradorPoderPleitos": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "tipoDeDocumentoAnalizado1": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                "Hoja de Encargo",
                "Nota informativa",
                "Autorización para solicitar copia escritura",
                "Poder para pleitos",
                "Escritura compra",
                "Escritura prestamo promotor",
                "Escritura préstamo",
                "Escritura 1ª novación",
                "Escritura 2ª novación",
                "Escritura cancelación",
                "Escritura venta",
                "Otra escritura 1",
                "Otra escritura 2",
                "Recibos bancarios",
                "Certificado Empadronamiento",
                "Otro documento 1",
                "Otro documento 2",
                "Otro documento 3"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "tipoDeDocumentoAnalizado2": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                "Hoja de Encargo",
                "Nota informativa",
                "Autorización para solicitar copia escritura",
                "Poder para pleitos",
                "Escritura compra",
                "Escritura prestamo promotor",
                "Escritura préstamo",
                "Escritura 1ª novación",
                "Escritura 2ª novación",
                "Escritura cancelación",
                "Escritura venta",
                "Otra escritura 1",
                "Otra escritura 2",
                "Recibos bancarios",
                "Certificado Empadronamiento",
                "Otro documento 1",
                "Otro documento 2",
                "Otro documento 3"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "tipoDeDocumentoAnalizado3": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                "Hoja de Encargo",
                "Nota informativa",
                "Autorización para solicitar copia escritura",
                "Poder para pleitos",
                "Escritura compra",
                "Escritura prestamo promotor",
                "Escritura préstamo",
                "Escritura 1ª novación",
                "Escritura 2ª novación",
                "Escritura cancelación",
                "Escritura venta",
                "Otra escritura 1",
                "Otra escritura 2",
                "Recibos bancarios",
                "Certificado Empadronamiento",
                "Otro documento 1",
                "Otro documento 2",
                "Otro documento 3"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "tipoDeDocumentoAnalizado4": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                "Hoja de Encargo",
                "Nota informativa",
                "Autorización para solicitar copia escritura",
                "Poder para pleitos",
                "Escritura compra",
                "Escritura prestamo promotor",
                "Escritura préstamo",
                "Escritura 1ª novación",
                "Escritura 2ª novación",
                "Escritura cancelación",
                "Escritura venta",
                "Otra escritura 1",
                "Otra escritura 2",
                "Recibos bancarios",
                "Certificado Empadronamiento",
                "Otro documento 1",
                "Otro documento 2",
                "Otro documento 3"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "tipoDeDocumentoAnalizado5": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                "Hoja de Encargo",
                "Nota informativa",
                "Autorización para solicitar copia escritura",
                "Poder para pleitos",
                "Escritura compra",
                "Escritura prestamo promotor",
                "Escritura préstamo",
                "Escritura 1ª novación",
                "Escritura 2ª novación",
                "Escritura cancelación",
                "Escritura venta",
                "Otra escritura 1",
                "Otra escritura 2",
                "Recibos bancarios",
                "Certificado Empadronamiento",
                "Otro documento 1",
                "Otro documento 2",
                "Otro documento 3"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "tipoDeDocumentoAnalizado6": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                "Hoja de Encargo",
                "Nota informativa",
                "Autorización para solicitar copia escritura",
                "Poder para pleitos",
                "Escritura compra",
                "Escritura prestamo promotor",
                "Escritura préstamo",
                "Escritura 1ª novación",
                "Escritura 2ª novación",
                "Escritura cancelación",
                "Escritura venta",
                "Otra escritura 1",
                "Otra escritura 2",
                "Recibos bancarios",
                "Certificado Empadronamiento",
                "Otro documento 1",
                "Otro documento 2",
                "Otro documento 3"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "documentoAnalizado1": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "documentoAnalizado2": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "documentoAnalizado3": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "documentoAnalizado4": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "documentoAnalizado5": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "documentoAnalizado6": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "gastosCartaReclamacion": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "gastosDemanda": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "gastosNdiceDocumentacion": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "gastosFormularioPdf": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "generalCartaReclamacion": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "generalDemanda": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "generalNdiceDocumentacion": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "generalFormularioPdf": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "sueloCartaReclamacion": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "sueloDemanda": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "sueloNdiceDocumentacion": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "sueloFormularioPdf": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "avalistaCartaReclamacion": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "avalistaDemanda": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "avalistaNdiceDocumentacion": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "avalistaFormularioPdf": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "cartaClausulaGastosFirmada": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "cartaClausulaGeneralFirmada": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "cartaClausulaSueloFirmada": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "cartaClausulaAvalistaFirmada": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "poderParaPleitos": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "tipoHipoteca": {
            "type": "enum",
            "required": false,
            "options": [
                "",
                " HIPOTECA 1",
                " HIPOTECA 2",
                "OTROS"
            ],
            "isSorted": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "cliente": {
            "type": "link"
        },
        "subexpedientes": {
            "type": "linkMultiple",
            "layoutDetailDisabled": true,
            "layoutListDisabled": true,
            "layoutMassUpdateDisabled": true,
            "noLoad": true,
            "importDisabled": true,
            "isCustom": true
        },
        "observacionesFase1": {
            "type": "text",
            "required": false,
            "rows": 4,
            "lengthOfCut": 400,
            "seeMoreDisabled": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "observacionesFase2": {
            "type": "text",
            "required": false,
            "rows": 4,
            "lengthOfCut": 400,
            "seeMoreDisabled": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "observacionesFase3": {
            "type": "text",
            "required": false,
            "rows": 4,
            "lengthOfCut": 400,
            "seeMoreDisabled": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "observacionesFase4": {
            "type": "text",
            "required": false,
            "rows": 4,
            "lengthOfCut": 400,
            "seeMoreDisabled": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "estadoFaseCuestionarioInicial": {
            "notNull": true,
            "type": "bool",
            "default": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "estadoFaseRecopilacionDocumentacin": {
            "notNull": true,
            "type": "bool",
            "default": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "estadoFaseAnlisisDeLaDocumentacion": {
            "notNull": true,
            "type": "bool",
            "default": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "estadoFasePoderParaPleitosYDemsDocumentacion": {
            "notNull": true,
            "type": "bool",
            "default": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "fechaFinCuestionarioInicial": {
            "notNull": false,
            "type": "date",
            "required": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "fechaFinRecopilacionDocumentacin": {
            "notNull": false,
            "type": "date",
            "required": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "fechaFinAnlisisDeLaDocumentacion": {
            "notNull": false,
            "type": "date",
            "required": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "fechaFinPoderParaPleitosYDemsDocumentacion": {
            "notNull": false,
            "type": "date",
            "required": false,
            "audited": false,
            "readOnly": false,
            "tooltip": false,
            "isCustom": true
        },
        "gastosHonorarios": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        },
        "escrituraCancelacin": {
            "skipOrmDefs": true,
            "type": "file",
            "required": false,
            "sourceList": [],
            "tooltip": false,
            "isCustom": true
        }
    },
    "links": {
        "createdBy": {
            "type": "belongsTo",
            "entity": "User"
        },
        "modifiedBy": {
            "type": "belongsTo",
            "entity": "User"
        },
        "assignedUser": {
            "type": "belongsTo",
            "entity": "User"
        },
        "teams": {
            "type": "hasMany",
            "entity": "Team",
            "relationName": "EntityTeam",
            "layoutRelationshipsDisabled": true
        },
        "borradorHojaDeEncargo": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "hojaInformativa": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "borradorPoderNotarial": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "correoEnviadoAlClienteConDocumentacin": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "correoRecibidoAceptandoEncargo": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "escrituraPrstamoHipotecario": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "escrituraCompraventa": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "escrituraSubrogacinPromotor": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "escrituraNovacin1": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "escrituraNovacin2": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "otrasEscritura1": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "otrasEscritura2": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "otrasEscritura3": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "otrasEscritura4": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "reclamacinClausulaSueloPresentadaPorElCliente": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "respuestaBancoAReclamacinCsueloPresentadaPorElCliente": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "reclamacinClausulaGastosPresetadaPorElCliente": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "respuestaBancoAReclamacinCgastos": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "notaSimple": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "certificadoDeEmpadronamiento": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "gastosNotara": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "gastosRegistro": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "impuesto600": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "reciboBancario": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "otrosDocumentos1": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "otrosDocumentos2": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "otrosDocumentos3": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "borradorPoderPleitos": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "documentoAnalizado1": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "documentoAnalizado2": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "documentoAnalizado3": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "documentoAnalizado4": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "documentoAnalizado5": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "documentoAnalizado6": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "gastosCartaReclamacion": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "gastosDemanda": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "gastosNdiceDocumentacion": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "gastosFormularioPdf": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "generalCartaReclamacion": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "generalDemanda": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "generalNdiceDocumentacion": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "generalFormularioPdf": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "sueloCartaReclamacion": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "sueloDemanda": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "sueloNdiceDocumentacion": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "sueloFormularioPdf": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "avalistaCartaReclamacion": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "avalistaDemanda": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "avalistaNdiceDocumentacion": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "avalistaFormularioPdf": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "cartaClausulaGastosFirmada": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "cartaClausulaGeneralFirmada": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "cartaClausulaSueloFirmada": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "cartaClausulaAvalistaFirmada": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "poderParaPleitos": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "cliente": {
            "type": "belongsTo",
            "foreign": "hipotecas",
            "entity": "Cliente",
            "audited": false,
            "isCustom": true
        },
        "subexpedientes": {
            "type": "hasMany",
            "foreign": "hipoteca",
            "entity": "Subexpediente",
            "audited": false,
            "isCustom": true
        },
        "gastosHonorarios": {
            "type": "belongsTo",
            "entity": "Attachment"
        },
        "escrituraCancelacin": {
            "type": "belongsTo",
            "entity": "Attachment"
        }
    },
    "collection": {
        "sortBy": "createdAt",
        "asc": false
    },
    "indexes": {
        "name": {
            "columns": [
                "name",
                "deleted"
            ]
        },
        "assignedUser": {
            "columns": [
                "assignedUserId",
                "deleted"
            ]
        }
    }
}