The number of entries that have a value assigned for a given field definition, or that are currently assigned to a given template definition.

interface IAssignedEntryCountResponse {
    count?: number;
}

Implemented by

Properties

Properties

count?: number

The count of entries currently using this field or template.