Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Bucket

import type { Bucket } from "https://aws-api.deno.dev/v0.3/services/cloudsearchdomain.ts?docs=full";

A container for facet information.

interface Bucket {
count?: number | null;
value?: string | null;
}

§Properties

§
count?: number | null
[src]

The number of hits that contain the facet value in the specified facet field.

§
value?: string | null
[src]

The facet value being counted.