API structure has changed
  7 structure changes including:
    
    7 Modifications
        Modified
        7
      
      GET /api/v1/firm/{firm}/cases/{case}/documents
              - Response
- 
  200 response Modified
    - folders_count, files_count, parent properties Added
 
GET /api/v1/firm/{firm}/client/{client}/documents
              - Response
- 
  200 response Modified
    - folders_count, files_count, parent properties Added
 
GET /api/v1/firm/{firm}/conversation/{conversation}/documents
              - Response
- 
  200 response Modified
    - folders_count, files_count, parent properties Added
 
GET /api/v1/firm/{firm}/documents
              - Response
- 
  200 response Modified
    - folders_count, files_count, parent properties Added
 
GET /api/v1/firm/{firm}/folder/{id}
              - Response
- 
  200 response Modified
    - folders_count, files_count, parent properties Added
 
POST /api/v1/firm/{firm}/folder
              - Response
- 
  200 response Modified
    - folders_count, files_count, parent properties Added
 
PUT /api/v1/firm/{firm}/folder/{id}
              - Response
- 
  200 response Modified
    - folders_count, files_count, parent properties Added
 
