List fields of a table.
let fields = table.fields(tableName);
tableName
let fields = table.fields("users");