apoc.coll.occurrences
Syntax |
|
||
Description |
Returns the count of the given item in the collection. |
||
Arguments |
Name |
Type |
Description |
|
|
The list to collect the count of the given value from. |
|
|
|
The value to count in the given list. |
|
Returns |
|