package filter type storeLoadedMsg struct { store []any } type resultMsg struct { result []any } type errorMsg struct { error error }