FacetCount

Jump to: navigation, search

FacetCount

Contains the number of items available to be returned for a genre or entity type or both.

Elements

NameTypeDescription
count Integer Number of items available to be returned.
id String Database ID of a genre. This field is not returned for FacetCounts with a name field of type.
name String Name of the genre or entity type.

JSON Response Example

Sample response for FacetCounts with a name field of type.
    {
      "name": "Movie",
      "count": 3
    }

JSON Response Example 2

Sample response for FacetCounts with a name field of genre.
    {
      "id": "MA0000002572",
      "name": "Electronic",
      "count": 16
    }
 
Personal tools