static int countConceptsCI(Concepts cc, Class c, O... params) {
if (empty(params))
ret countConcepts(cc, c);
ret l(conceptsWhereCI(cc, c, params));
}
static int nuLike countConceptsCI(Class c, O... params) {
ret countConceptsCI(db_mainConcepts(), c, params);
}