Functionsdatabase$variablesCountOn this page$variablesCount Counts the number of variables in the database. Parameters ParameterDescriptiontablesOptional. The name of the table to count variables. If not specified, counts variables in all tables. Example <AoiClient>.addCommand({ name: "count-variables", code: ` $variablesCount[user] `,});