Check if seed data exists
@override Future<bool> hasSeedData() async { final count = await isar.componentModels.count(); return count > 0; }