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/243/objects/?format=api
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "total": 2,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 2,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-pc-65-18",
            "model": "entity",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-65-18/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-65-18/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-65/ddr-pc-65-18-mezzanine-63eb279322-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-65/ddr-pc-65-18-mezzanine-63eb279322-a.jpg"
            },
            "title": "Pacific Citizen, Vol. 116, No. 18 (May 7, 1993)",
            "description": "Select article titles: \"Teaching Internment\" (p. 1); \"Japanese American exhibit still on view at Smithsonian\" (p. 3); \"The Nisei legacy\" (p. 8).",
            "extent": "11W x 16.5H",
            "links_children": "ddr-pc-65-18",
            "creators": [
                {
                    "role": "publisher",
                    "namepart": "Japanese American Citizens League"
                }
            ],
            "topics": [
                {
                    "term": "Education",
                    "id": "31"
                },
                {
                    "term": "Arts and literature -- Literary arts -- Fiction -- Children and young adult",
                    "id": "243"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Pacific Citizen",
            "rights": "cc",
            "genre": "periodical",
            "location": "Los Angeles, California",
            "creation": "05/07/1993",
            "status": "completed",
            "search_hidden": "Japanese American Citizens League publisher",
            "download_large": "ddr-pc-65-18-mezzanine-63eb279322-a.jpg"
        },
        {
            "id": "ddr-one-1-436",
            "model": "entity",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-one-1-436/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-one-1-436/?format=api",
                "img": "https://ddr.densho.org/media/ddr-one-1/ddr-one-1-436-mezzanine-bcbee5fb43-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-one-1/ddr-one-1-436-mezzanine-bcbee5fb43-a.jpg"
            },
            "title": "Obon Festival- Dancers",
            "description": "Black and white photographic print of six Obon dancers posing for the camera holding small Japanese and American flags.  From left to right: Eddie Tamiyasu, Atsuko \"Alice\" Kida, Jean (Tsujimura) Takashima, Jean Yasuko (Kida) Tomita, Shizuko \"Shiz\" (Ochiai) Ota Okasaki, Atsuko \"Alice\" (Matsumoto) Ando.  Obon is an annual event hosted by the Oregon Buddhist Church (now known as Oregon Buddhist Temple) and attended by the wider Nikkei community. Negative ONLC 3068 (ddr-one-1-245).",
            "extent": "10W x 8H",
            "links_children": "ddr-one-1-436",
            "creators": [
                {
                    "role": "photographer",
                    "namepart": "Hirahara, Frank"
                }
            ],
            "topics": [
                {
                    "term": "Arts and literature -- Literary arts -- Fiction -- Children and young adult",
                    "id": "243"
                },
                {
                    "term": "Arts and literature -- Performing arts -- Dance -- Odori",
                    "id": "248"
                },
                {
                    "term": "Geographic communities -- Oregon -- Portland",
                    "id": "289"
                },
                {
                    "term": "Community activities -- Festivals, celebrations, and holidays -- Obon",
                    "id": "305"
                },
                {
                    "term": "Religion and churches -- Buddhism",
                    "id": "395"
                },
                {
                    "term": "World War II -- Leaving camp -- \"Resettlement\"",
                    "id": "104"
                },
                {
                    "term": "World War II -- Leaving camp -- Returning home",
                    "id": "106"
                }
            ],
            "format": "img",
            "contributor": "Japanese American Museum of Oregon; Portland, Oregon",
            "rights": "cc",
            "genre": "photograph",
            "location": "Portland, Oregon",
            "creation": "1948-1954",
            "status": "completed",
            "search_hidden": "Hirahara, Frank photographer",
            "download_large": "ddr-one-1-436-mezzanine-bcbee5fb43-a.jpg"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "nested": {
                            "path": "topics",
                            "query": {
                                "term": {
                                    "topics.id": "243"
                                }
                            }
                        }
                    }
                ]
            }
        },
        "_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": {}
}