Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface ObjectResponse

    interface ObjectResponse {
        aggregates?: AggregationGroups;
        objects: object[];
        totalCount: number;
        totalRelations?: number;
    }
    Index

    Properties

    aggregates?: AggregationGroups

    Aggregated data

    objects: object[]

    The objects that matched the query

    totalCount: number

    Total number of objects that exist matching the query

    totalRelations?: number

    Total number of objects that exist (without any filter applied)