Empty memberships

A few days ago, the Clockify API started returning empty memberships fgetting all projects endpoint. I don’t see any changes in the API documentation. Why?

    {
        "id": "someId",
        "name": "MyProject",
        "hourlyRate": {
            "amount": 0,
            "currency": "USD"
        },
        "clientId": "id",
        "workspaceId": "workspaceId",
        "billable": true,
        "memberships": [],
....

Hello there,

Our developers are aware that the Get all projects on workspace API call is not returning the memberships object and is working on restoring it.

In the meantime, using the Find project by ID will return the object.

Best,