Count Use to count nodes. Usage Basic const User = ogm.model("User"); const usersCount = await User.count(); Args where JavaScript object representation of the GraphQL where input type, used for [schema-queries].