# findingCount

State Resource

This is a State Resource as provided by the tymly-core-plugin plugin.

# Purpose

Counts documents with where clause from storage

# Usage

# Example

{
  "Finding": {
    "Type": "Task",
    "Resource": "module:findingCount",
    "End": true
  }
}

# Options

# Required properties

# modelId

This is the id of a model within the current namespace from which a single document will be fetched.

  • Type: string

# Optional properties

# filter

Use to find the correct doc to return.

  • Type: object
Last Updated: 9/8/2023, 1:26:23 PM