Interface ListTrendsParams

interface ListTrendsParams {
    limit: number;
}

Properties

Properties

limit: number

Maximum number of results to return. Defaults to 10.