pub async fn count<S: StorageAdapter>(
ctx: &Ctx<'_, S>,
class_name: &str,
where_: ParsedWhere,
) -> Result<u64, ParseError>Expand description
Count objects.
pub async fn count<S: StorageAdapter>(
ctx: &Ctx<'_, S>,
class_name: &str,
where_: ParsedWhere,
) -> Result<u64, ParseError>Count objects.