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/483/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-csujad-30-1",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-csujad-30-1/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-csujad-30-1/?format=api",
                "img": "https://ddr.densho.org/media/ddr-csujad-30/ddr-csujad-30-1-mezzanine-4866609932-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-csujad-30/ddr-csujad-30-1-mezzanine-4866609932-a.jpg"
            },
            "title": "An oral history with Tamotsu Isozaki",
            "description": "An oral history with Tamotsu Isozaki, an incarceree at the Children's Village. The interview was conducted for the Children's Village at Manzanar Oral History Project by California State University, Fullerton. The full transcript is found in item: csufccop_cvm_0102. 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/7979\" target=\"_blank\" rel=\"noopener noreferrer\">2332_T01</a>",
            "extent": "3:03:11",
            "links_children": "ddr-csujad-30-1",
            "creators": [
                {
                    "role": "interviewee",
                    "namepart": "Isozaki, Tamotsu"
                },
                {
                    "role": "interviewer",
                    "namepart": "Noke, Lisa"
                },
                {
                    "role": "author",
                    "namepart": "California State University, Fullerton. Center for Oral and Public History"
                }
            ],
            "topics": [
                {
                    "term": "Geographic communities -- California -- Hillsborough",
                    "id": "483"
                },
                {
                    "term": "World War II -- Concentration camps -- Living conditions",
                    "id": "67"
                },
                {
                    "term": "World War II -- Concentration camps -- Social and recreational activities",
                    "id": "195"
                }
            ],
            "format": "av",
            "language": [
                "eng"
            ],
            "contributor": "CSU Fullerton Center for Oral and Public History",
            "rights": "pcc",
            "genre": "interview",
            "location": "Monterey Park, California; Manzanar, California",
            "facility": [
                {
                    "term": "Manzanar",
                    "id": "7"
                }
            ],
            "creation": "3/13/1993",
            "status": "completed",
            "search_hidden": "Isozaki, Tamotsu interviewee \nNoke, Lisa interviewer \nCalifornia State University, Fullerton. Center for Oral and Public History author",
            "download_large": "ddr-csujad-30-1-mezzanine-4866609932-a.jpg"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "nested": {
                            "path": "topics",
                            "query": {
                                "term": {
                                    "topics.id": "483"
                                }
                            }
                        }
                    }
                ]
            }
        },
        "_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": {}
}