# Get Folder Statistics Returns a list of parent IDs with the count of nested items. An example can be a list of Quote folders (their IDs) with the count of line items inside them. Endpoint: POST /clicmanager.folderstats/{typedId} Security: basic, X-PriceFx-jwt ## Path parameters: - `typedId` (string, required) typedId of the document whose folder statistics you want to fetch. Example: "2147494.Q" ## Query parameters: - `withLineIds` (boolean) If set to true, returns a list of line item IDs inside the folders instead of their count. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.data.FolderID` (integer) - `response.data.ROOT` (integer) - `response.data.execution time` (string) - `response.status` (integer)