To provide summary data

GET /api/summary-sectors/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "projects_stats": {
        "Water": {
            "count": 2,
            "value": 302222.0
        },
        "Energy": {
            "count": 4,
            "value": 3000400602.0
        },
        "Affordable_Housing": {
            "count": 5,
            "value": 50026000200.0
        },
        "Transport_(multimodal)": {
            "count": 3,
            "value": 30200000.0
        },
        "Health_Care": {
            "count": 2,
            "value": 111111116111111.0
        },
        "Education": {
            "count": 3,
            "value": 322000000.0
        },
        "Agricutural_Sector": {
            "count": 5,
            "value": 226111000.0
        },
        "Solid_Waste_Management": {
            "count": 2,
            "value": 163200000000.0
        },
        "Water_&_Sanitation_Infrastracture": {
            "count": 1,
            "value": 20000000.0
        },
        "Local_Economic_Development_(LED)_Infrastructure": {
            "count": 5,
            "value": 24100358023.0
        },
        "Others": {
            "count": 0,
            "value": 0
        },
        "Sector": {
            "count": 0,
            "value": 0
        }
    }
}