Add records to one or more lists
Build view models for lists with membership information
Get all list categories
Get item count for a list
Get lists for a specific entity, with optional caching
OptionaluserId: stringGet lists that contain a specific record
Get membership information for a set of records Returns a Map where key is listId and value is array of recordIds that are members
Invalidate cache for a specific entity or all caches
OptionalentityId: stringRemove records from one or more lists
Service for managing list operations including data loading, caching, and batch add/remove operations.
Multi-provider note: callers under a non-default provider should set
service.Provider = component.ProviderToUsebefore invoking any methods.