{
"plan": {
"_id": "string",
"name": "string",
"limits": {
"creditsPerMonth": 0,
"storageBytes": 0,
"workspaces": 0
},
"features": {},
"prices": [
{
"currency": "string",
"amount": 0,
"interval": "string"
}
],
"isDefault": true,
"isActive": true
},
"credits": {
"subscription": 0,
"purchased": 0,
"total": 0,
"unlimited": true
},
"creditsResetAt": "2019-08-24T14:15:22.123Z",
"subscriptionStatus": "active",
"subscriptionEndsAt": "2019-08-24T14:15:22.123Z",
"storageUsedBytes": 0
}