Получить все активные проекты без вложенных объектов

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

[
    {
        "id": 6,
        "name": "Органический трафик",
        "repository": "https://github.com/radif-ru/reactjs-18.11",
        "users": [
            3,
            2,
            1
        ]
    },
    {
        "id": 5,
        "name": "Базовый вектор",
        "repository": "https://github.com/radif-ru/JavaScriptProfessional-v2",
        "users": [
            4,
            3,
            2
        ]
    },
    {
        "id": 4,
        "name": "Светлые лики",
        "repository": "https://github.com/radif-ru/Django_optimization_tools",
        "users": [
            4,
            2,
            1
        ]
    },
    {
        "id": 3,
        "name": "Сложившаяся структура",
        "repository": "https://github.com/radif-ru/Python_Architecture_and_Design_patterns",
        "users": [
            4,
            3,
            2,
            1
        ]
    },
    {
        "id": 2,
        "name": "Глубокий уровень погружения",
        "repository": "https://github.com/radif-ru/Desktop_Apps_Messenger_PyQt",
        "users": [
            3,
            1
        ]
    },
    {
        "id": 1,
        "name": "Очевидцы сообщают",
        "repository": "https://github.com/radif-ru/Full_Stack_Django_REST_React",
        "users": [
            2,
            1
        ]
    }
]