> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # BulkUnassignMembersResponse ## Example Usage ```typescript theme={null} import { BulkUnassignMembersResponse } from "@openrouter/sdk/models"; let value: BulkUnassignMembersResponse = { unassignedCount: 2, }; ``` ## Fields | Field | Type | Required | Description | Example | | ----------------- | -------- | -------------------- | ----------------------------------------- | ------- | | `unassignedCount` | *number* | :heavy\_check\_mark: | Number of members successfully unassigned | 2 |