Interface CountResponse

Response to a Query that contains the count

interface CountResponse {
    total: number;
}

Properties

Properties

total: number