[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["\u003cp\u003eThe JSON representation describes a Business Profile with fields for type, email, name, and listing count.\u003c/p\u003e\n"],["\u003cp\u003eA Business Profile can be of type "User" or "Business" and is identified by an email address.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elistingCount\u003c/code\u003e field provides the number of listings associated with the Business Profile.\u003c/p\u003e\n"]]],["The JSON representation of a Business Profile includes four fields: `type`, `email`, `name`, and `listingCount`. `Type` specifies whether the profile is a \"User\" or \"Business\". `Email` serves as the unique identifier. `Name` represents the profile's designated name. `ListingCount` indicates the quantity of listings associated with the profile. All fields utilize a `string` data type.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|-------------------------------------------------------------------------------------|\n| ``` { \"type\": string, \"email\": string, \"name\": string, \"listingCount\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------|\n| `type` | `string` The type of the Business Profile (User or Business). |\n| `email` | `string` The email which identifies the Business Profile. |\n| `name` | `string` The name of the Business Profile. |\n| `listingCount` | `string` Number of listings under this account. |"]]