{
    "reportName" : "CreatedUnits",
    "reportTitle" : "Units Created To Date",
    "reportFields" : [
        {
            "key" : "formFieldsEntities->houseDetails->province",
            "label" : "Province",
            "valueType" : "value"
        },

        {
            "key" : "formFieldsEntities->houseDetails->municipality",
            "label" : "Municipality",
            "valueType" : "value"
        },

        {
            "key" : "formFieldsEntities->houseDetails->township",
            "label" : "Township",
            "valueType" : "value"
        },

        {
            "key" : "formFieldsEntities->houseDetails->village",
            "label" : "Village Name",
            "valueType" : "value"
        },

        {
            "key" : "formFieldsEntities->houseDetails->erf",
            "label" : "ERF No",
            "valueType" : "value"
        },

        {
            "key" : "formFieldsEntities->houseDetails->status",
            "label" : "Unit type",
            "valueType" : "value"
        },

        {
            "key" : "custom",
            "label" : "Completed Sections",
            "valueType" : "count",
            "factor" : {
                "type" : "objectKey",
                "value" : "formFieldsEntities"
            }
        }
    ],
    "queryParams" : {
        "modelName" : "forensicEngineeringAssement"
    }
}