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/459/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-densho-401-3",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-401-3/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-401-3/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-401/ddr-densho-401-3-mezzanine-ea0c841edf-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-401/ddr-densho-401-3-mezzanine-ea0c841edf-a.jpg"
            },
            "title": "Autobiography of Arthur Yakabi",
            "description": "Photocopy of Arthur Yakabi's handwritten autobiography detailing his childhood in Peru, detention in the United States during WWII, and his adulthood in the United States.",
            "extent": "8.5W x 11H",
            "links_children": "ddr-densho-401-3",
            "creators": [
                {
                    "role": "author",
                    "namepart": "Yakabi, Arthur"
                }
            ],
            "topics": [
                {
                    "term": "Geographic communities -- California -- Terminal Island",
                    "id": "490"
                },
                {
                    "term": "Identity and values -- Latin American identity",
                    "id": "459"
                },
                {
                    "term": "Japanese Latin Americans -- Deportation and internment during World War II",
                    "id": "384"
                },
                {
                    "term": "Japanese Latin Americans -- Redress and reparations",
                    "id": "168"
                },
                {
                    "term": "Japanese Latin Americans -- Return to Latin America after World War II",
                    "id": "386"
                },
                {
                    "term": "Immigration and citizenship -- Naturalization",
                    "id": "176"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "namepart": "Yakabi, Arthur"
                },
                {
                    "namepart": "Yakabi, Laura"
                }
            ],
            "contributor": "Densho",
            "rights": "cc",
            "genre": "manuscript",
            "facility": [
                {
                    "term": "Sharp Park",
                    "id": "49"
                },
                {
                    "term": "Fort Missoula",
                    "id": "30"
                },
                {
                    "term": "Kooskia",
                    "id": "52"
                },
                {
                    "term": "Kenedy",
                    "id": "38"
                },
                {
                    "term": "Santa Fe",
                    "id": "27"
                },
                {
                    "term": "Crystal City",
                    "id": "29"
                },
                {
                    "term": "Fort Stanton",
                    "id": "35"
                }
            ],
            "creation": "c. 1978",
            "status": "completed",
            "search_hidden": "Yakabi, Arthur author Yakabi, Arthur \nYakabi, Laura",
            "download_large": "ddr-densho-401-3-mezzanine-ea0c841edf-a.jpg"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "nested": {
                            "path": "topics",
                            "query": {
                                "term": {
                                    "topics.id": "459"
                                }
                            }
                        }
                    }
                ]
            }
        },
        "_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": {}
}