| Field Name | Data Type | Description | Nested Fields |
|---|---|---|---|
| _id | objectId | Unique identifier for the document | 0 |
| brand_id | string | Unique identifier of the brand | 0 |
| name | string | Name of brand | 0 |
| description | string | Field for description | 0 |
| website | string | Field for website | 0 |
| founded_year | integer | Field for founded year | 0 |
| country_of_origin | string | Field for country of origin | 0 |
| brand_type | string | Field for brand type | 0 |
| target_demographic | string | Field for target demographic | 0 |
| price_range | string | Price information for price range | 0 |
| total_products | integer | Field for total products | 0 |
| total_revenue | float | Field for total revenue | 0 |
| average_price | float | Price information for average | 0 |
| average_rating | float | Field for average rating | 0 |
| social_media_followers | integer | Field for social media followers | 0 |
| brand_equity_score | float | Field for brand equity score | 0 |
| market_share_percentage | float | Field for market share percentage | 0 |
| status | string | Current status of status | 0 |
| created_at | datetime | Timestamp when the record was created | 0 |
| updated_at | datetime | Timestamp when the record was updated | 0 |
| deleted | boolean | Field for deleted | 0 |
Example
Example