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/65/objects/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
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-csujad-29-379",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-csujad-29-379/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-csujad-29-379/?format=api",
                "img": "https://ddr.densho.org/media/ddr-csujad-29/ddr-csujad-29-379-mezzanine-2fe21cea63-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-csujad-29/ddr-csujad-29-379-mezzanine-2fe21cea63-a.jpg"
            },
            "title": "Oral history with Amy Uno Ishii",
            "description": "An oral interview with Amy Uno Ishii, a Nisei woman. The interview was conducted for the Japanese American Oral History Project by California State University, Fullerton. Transcript is found in item: csufccop_jaoh_0938. See this object in the California State Universities Japanese American Digitization project site: <a href=\"http://cdm16855.contentdm.oclc.org/cdm/ref/collection/p16855coll4/id/38230\" target=\"_blank\" rel=\"noopener noreferrer\">1342.2_T01</a>",
            "extent": "0.077534722",
            "links_children": "ddr-csujad-29-379",
            "creators": [
                {
                    "role": "interviewee",
                    "namepart": "Ishii, Amy Uno"
                },
                {
                    "role": "interviewer",
                    "namepart": "Mitson, Betty Kulberg"
                },
                {
                    "role": "author",
                    "namepart": "California State University, Fullerton. Center for Oral and Public History"
                }
            ],
            "topics": [
                {
                    "term": "World War II -- Pearl Harbor and aftermath -- Arrest, searches, and seizures",
                    "id": "50"
                },
                {
                    "term": "World War II -- Resistance and dissidence -- Expatriation/repatriation/deportation",
                    "id": "107"
                }
            ],
            "format": "av",
            "language": [
                "eng"
            ],
            "contributor": "CSU Fullerton Center for Oral and Public History",
            "rights": "nocc",
            "genre": "interview",
            "location": "Los Angeles, California",
            "facility": [
                {
                    "term": "Santa Anita",
                    "id": "23"
                },
                {
                    "term": "Heart Mountain",
                    "id": "5"
                },
                {
                    "term": "Crystal City",
                    "id": "29"
                },
                {
                    "term": "Fort Missoula",
                    "id": "30"
                },
                {
                    "term": "Santa Fe",
                    "id": "27"
                },
                {
                    "term": "Fort Lincoln (Bismarck)",
                    "id": "28"
                },
                {
                    "term": "Griffith Park",
                    "id": "65"
                },
                {
                    "term": "Lordsburg",
                    "id": "34"
                }
            ],
            "creation": "7/20/1973",
            "status": "completed",
            "search_hidden": "Ishii, Amy Uno interviewee \nMitson, Betty Kulberg interviewer \nCalifornia State University, Fullerton. Center for Oral and Public History author",
            "download_large": "ddr-csujad-29-379-mezzanine-2fe21cea63-a.jpg"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "nested": {
                            "path": "facility",
                            "query": {
                                "term": {
                                    "facility.id": "65"
                                }
                            }
                        }
                    }
                ]
            }
        },
        "_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": {}
}