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/517/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-8-58",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-csujad-8-58/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-csujad-8-58/?format=api",
                "img": "https://ddr.densho.org/media/ddr-csujad-8/ddr-csujad-8-58-mezzanine-368685ee9e-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-csujad-8/ddr-csujad-8-58-mezzanine-368685ee9e-a.jpg"
            },
            "title": "Masanojo Oku",
            "description": "Oral history interview with Masanojo Oku. Information on the oral history project is found in: csuf_stp_0012A; Glossary in: csuf_stp_0014. 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/11394\" target=\"_blank\" rel=\"noopener noreferrer\">FCPL Oku, Masanojo</a>",
            "extent": "5 pages, 21.5 x 28 cm, typescript",
            "links_children": "ddr-csujad-8-58",
            "creators": [
                {
                    "role": "interviewee",
                    "namepart": "Oku, Masanojo"
                }
            ],
            "topics": [
                {
                    "term": "Reflections on the past",
                    "id": "118"
                },
                {
                    "term": "Industry and employment -- Agriculture -- Migrant labor",
                    "id": "347"
                },
                {
                    "term": "Industry and employment -- Small business -- Restaurants",
                    "id": "374"
                },
                {
                    "term": "Industry and employment -- Agriculture -- Tenancy",
                    "id": "517"
                },
                {
                    "term": "Education -- Japanese language schools",
                    "id": "33"
                },
                {
                    "term": "Community activities -- Sports -- Fishing",
                    "id": "319"
                },
                {
                    "term": "Identity and values -- Issei",
                    "id": "43"
                },
                {
                    "term": "Immigration and citizenship -- Law and legislation -- Alien land laws",
                    "id": "516"
                },
                {
                    "term": "Arts and literature -- Visual arts -- Carpentry and woodworking",
                    "id": "261"
                },
                {
                    "term": "Race and racism -- Discrimination",
                    "id": "37"
                },
                {
                    "term": "Religion and churches -- Buddhism",
                    "id": "395"
                },
                {
                    "term": "Community activities -- Associations and organizations -- The Japanese American Citizens League",
                    "id": "20"
                },
                {
                    "term": "Immigration and citizenship",
                    "id": "1"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "California State University, Fresno",
            "rights": "nocc",
            "genre": "misc_document",
            "location": "Lindsay, California",
            "facility": [
                {
                    "term": "Sharp Park",
                    "id": "49"
                },
                {
                    "term": "Poston (Colorado River)",
                    "id": "2"
                }
            ],
            "creation": "8/4/1980",
            "status": "completed",
            "search_hidden": "Oku, Masanojo interviewee",
            "download_large": "ddr-csujad-8-58-mezzanine-368685ee9e-a.jpg"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "nested": {
                            "path": "topics",
                            "query": {
                                "term": {
                                    "topics.id": "517"
                                }
                            }
                        }
                    }
                ]
            }
        },
        "_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": {}
}