!7 concept MyObject { S myName; } cprint Hello { start { db(); print("Number of objects in DB: " + countConcepts(MyObject)); } }