Define which view to return properties for, and the properties to return. Up to 10 views can be specified per query.

interface QuerySelectV3 {
    limit?: number;
    sort?: PropertySortV3[];
    sources?: SourceSelectorV3;
}

Properties

Properties

limit?: number