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/facility/51/objects/?format=api
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "total": 1,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 1,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-densho-1002-10-6",
            "model": "segment",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1002-10-6/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1002-10-6/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1002/denshovh-yhisaye-01-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1002/denshovh-yhisaye-01-a.jpg"
            },
            "title": "Hisaye Yamamoto Interview Segment 6",
            "description": "Memories of mass removal; first impressions of Parker Dam Assembly Center, Arizona<p>This interview was conducted by sisters Emiko and Chizuko Omori for their 1999 documentary,<i> Rabbit in the Moon</i>, about the Japanese American resisters of conscience in the World War II incarceration camps. As a result, the interviews in this collection are typically not life histories, instead primarily focusing on issues surrounding the resistance movement itself.",
            "extent": "00:04:20",
            "links_children": "ddr-densho-1002-10-6",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 143,
                    "namepart": "Hisaye Yamamoto"
                },
                {
                    "role": "interviewer",
                    "namepart": "Chizu Omori"
                },
                {
                    "role": "interviewer",
                    "namepart": "Emiko Omori"
                },
                {
                    "role": "videographer",
                    "namepart": "Emiko Omori and Witt Mons"
                }
            ],
            "topics": [
                {
                    "term": "World War II -- Mass removal (\"evacuation\") -- Preparation",
                    "id": "189"
                },
                {
                    "term": "World War II -- Temporary Assembly Centers -- Living conditions",
                    "id": "62"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Emiko and Chizuko Omori Collection",
            "rights": "cc",
            "genre": "interview",
            "location": "San Francisco, California",
            "facility": [
                {
                    "term": "Parker Dam",
                    "id": "51"
                }
            ],
            "creation": "March 21, 1994",
            "status": "completed",
            "search_hidden": "Hisaye Yamamoto narrator \nChizu Omori interviewer \nEmiko Omori interviewer \nEmiko Omori and Witt Mons videographer",
            "download_large": "denshovh-yhisaye-01-a.jpg"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "nested": {
                            "path": "facility",
                            "query": {
                                "term": {
                                    "facility.id": "51"
                                }
                            }
                        }
                    }
                ]
            }
        },
        "_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": {}
}