listLists returns Apollo’s provider-native contact and account lists.
automations/list-apollo-lists.automation.ts
recordType is "contacts" | "accounts"; omitting it returns both.
Optional account selects the Apollo binding. Returns { lists: ApolloList[] }.
Each list includes id, name, cachedCount, optional modality, owner/team
IDs, and timestamps. Use id where a later action accepts a list reference;
membership mutations use exact listNames because that is Apollo’s native API.