DDR objects for specified facet term

`facet_id`: "topics", "facility", "format", "genre", or "rights".
`term_id`: A term ID from one of the following lists:

- http://partner.densho.org/vocab/api/0.2/topics.json
- http://partner.densho.org/vocab/api/0.2/facility.json
- http://partner.densho.org/vocab/api/0.2/format.json
- http://partner.densho.org/vocab/api/0.2/genre.json
- http://partner.densho.org/vocab/api/0.2/rights.json

GET /api/0.2/facet/topics/435/objects/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 2,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-pc-29-14",
            "model": "entity",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-29-14/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-29-14/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-29/ddr-pc-29-14-mezzanine-db72daed60-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-29/ddr-pc-29-14-mezzanine-db72daed60-a.jpg"
            },
            "title": "Pacific Citizen, Vol. 44, No. 14 (April 5, 1957)",
            "description": "Select article titles:\"Video Stations Agree With JACL Suggestions\" (p. 1); \"Nisei Victimized by Bandit Curious For Robbery by Daylight\" (p. 1); \"Street names for Japanese American to stay, despite objections\" (p. 1); \"Anti-trust suit to prevent block-booking of films for TV welcomed by JACL; may lift excuse to show anti-Nisei films\" (p. 1); \"Actor Haswgawa arrives for 3-week U.S. visit\" (p. 1); \"Buffalo, N.Y., press warms up to naturalization story of Tokyo-born but Salt Lake City-bred resident, Dr. Kaneko\" (p. 3); \"Nisei wife escapes from No. Korea by cutting hair as men\" (p. 3); \"Chicago Cubs equitment manger's bother holds same job with Hollywood\" (p. 6); \"CBS Radio Workshop adapts Noh plays, Nisei composes original score in show\" (p. 7); \"Dan Aoki urges statehood for Hawaii in address before D.C. JACL chapterl would enhance U.S. forign policy in Far East\" (p. 8).",
            "extent": "11W x 17H",
            "links_children": "ddr-pc-29-14",
            "creators": [
                {
                    "role": "publisher",
                    "namepart": "Japanese American Citizens League"
                }
            ],
            "topics": [
                {
                    "term": "Activism and involvement -- Civil liberties",
                    "id": "233"
                },
                {
                    "term": "Arts and literature -- Performing arts -- Film",
                    "id": "249"
                },
                {
                    "term": "Arts and literature -- Performing arts -- Theater -- Noh",
                    "id": "435"
                },
                {
                    "term": "Geographic communities -- California -- Los Angeles",
                    "id": "272"
                },
                {
                    "term": "Community activities -- Associations and organizations -- The Japanese American Citizens League",
                    "id": "20"
                },
                {
                    "term": "Community activities -- Sports -- Baseball",
                    "id": "314"
                },
                {
                    "term": "Identity and values -- Nisei",
                    "id": "44"
                },
                {
                    "term": "Journalism and media -- Community publications -- Pacific Citizen",
                    "id": "389"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "rights": "cc",
            "genre": "periodical",
            "location": "Los Angeles, California",
            "creation": "04/05/1957",
            "status": "completed",
            "search_hidden": "Japanese American Citizens League publisher",
            "download_large": "ddr-pc-29-14-mezzanine-db72daed60-a.jpg"
        },
        {
            "id": "ddr-densho-299-208",
            "model": "entity",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-299-208/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-299-208/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-299/ddr-densho-299-208-mezzanine-e6aadbdfe5-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-299/ddr-densho-299-208-mezzanine-e6aadbdfe5-a.jpg"
            },
            "title": "A Noh drama performance",
            "description": "Caption: \"Noh Drama. Teaching the photographers the use of extension flashes.\"",
            "extent": "6.5W x 8.75H",
            "links_children": "ddr-densho-299-208",
            "creators": [
                {
                    "role": "photographer",
                    "namepart": "U.S. Army Signal Corps"
                }
            ],
            "topics": [
                {
                    "term": "Arts and literature -- Performing arts -- Theater -- Noh",
                    "id": "435"
                },
                {
                    "term": "Military service -- Postwar occupation of Japan",
                    "id": "199"
                },
                {
                    "term": "Japan -- Post-World War II",
                    "id": "165"
                }
            ],
            "format": "img",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "rights": "pdm",
            "genre": "photograph",
            "location": "Tokyo, Japan",
            "creation": "c.1945-1947",
            "status": "completed",
            "search_hidden": "U.S. Army Signal Corps photographer",
            "download_large": "ddr-densho-299-208-mezzanine-e6aadbdfe5-a.jpg"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "nested": {
                            "path": "topics",
                            "query": {
                                "term": {
                                    "topics.id": "435"
                                }
                            }
                        }
                    }
                ]
            }
        },
        "_source": [
            "id",
            "model",
            "links_html",
            "links_json",
            "links_img",
            "links_thumb",
            "links_children",
            "status",
            "public",
            "title",
            "description",
            "contributor",
            "creators",
            "creators.namepart",
            "facility",
            "format",
            "genre",
            "geography",
            "label",
            "language",
            "creation",
            "location",
            "persons",
            "rights",
            "topics",
            "image_url",
            "display_name",
            "bio",
            "extent",
            "search_hidden"
        ]
    },
    "aggregations": {}
}