You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: there is no way to remove all of the pages in a single call, you have to manually iterate through the entire pages slice and remove each page.
Solution: sets the pages slice in the Pages struct to nil.