In the current state, we bulk fetch personal bookmarks /api/bookmarks and /api/bookmarks/archived as a single action.
We should seperate this action into tree seperate procedures:
- Fetch perosnal bookmarks.
- Fetch archived bookmarks.
- Fetch shared bookmarks.
We potentially could add a loading bar indicating progress of each action.