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/424/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-1-65",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-csujad-1-65/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-csujad-1-65/?format=api",
                "img": "https://ddr.densho.org/media/ddr-csujad-1/ddr-csujad-1-65-mezzanine-0bdaefd41e-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-csujad-1/ddr-csujad-1-65-mezzanine-0bdaefd41e-a.jpg"
            },
            "title": "Letter from Drusilla Tanaka to Col. Kim with article",
            "description": "A photocopy of a letter from Drusilla Tanaka, one of the Board's Research Team members, to Col. Kim.  In the letter, Drusilla Tanaka described her team's research on Americans of Japanese Ancestry who were killed in action during World War II.  The other members' names of the Board's Research Team, Karleen Chinen and Ted Tsukiyama, are handwritten.  Along with the letter, a photocopied article, \"So proudly we hail: honor roll of World War II Americans of Japanese Ancestry,\" is attached.  The article includes \"enlisted men and officers of the 100th Infantry Battalion, 442nd Regimental Combat Team, Military Intelligence Service, and 1399th Engineer Construction Battalion who lost their lived in World War II.\" 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/7820\" target=\"_blank\">ike_02_06_009</a>",
            "extent": "10 sheets, 11 x 8.5 inches, typescript",
            "links_children": "ddr-csujad-1-65",
            "creators": [
                {
                    "role": "author",
                    "namepart": "Tanaka, Drusilla"
                }
            ],
            "topics": [
                {
                    "term": "World War II -- Military service -- 1399th Engineer Construction Battalion",
                    "id": "424"
                },
                {
                    "term": "World War II -- Military service -- 100th Infantry Battalion",
                    "id": "421"
                },
                {
                    "term": "World War II -- Military service -- 442nd Regimental Combat Team",
                    "id": "89"
                },
                {
                    "term": "World War II -- Military service -- Military Intelligence Service",
                    "id": "91"
                },
                {
                    "term": "World War II -- Military service",
                    "id": "88"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "CSU Dominguez Hills Department of Archives and Special Collections",
            "rights": "nocc",
            "genre": "correspondence",
            "creation": "[1998-11-17]",
            "status": "completed",
            "search_hidden": "Tanaka, Drusilla author",
            "download_large": "ddr-csujad-1-65-mezzanine-0bdaefd41e-a.jpg"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "nested": {
                            "path": "topics",
                            "query": {
                                "term": {
                                    "topics.id": "424"
                                }
                            }
                        }
                    }
                ]
            }
        },
        "_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": {}
}