Skip to main content

count_items

Function count_items 

Source
pub fn count_items(conn: &Connection, filter: &ItemFilter) -> Result<u64>
Expand description

Count items matching the given filter criteria.

ยงErrors

Returns an error if the query fails.