if (data.get("count").asInt() > 0) {
                data.get("docs").forEach(item -> {
                    if (item != null) {
                        recordImporter.addRecord(item);
                    }