As for #Amethyst's private bookmarks, they seem to be stored in application memory. They might be stored to a local relay if it is configured, but I've never checked that.
Discussion
Amethyst private bookmarks are implemented as a nip4 DM to self where the encrypted contents is a list of "e" tags like
```
[["e", "event id1"], ["e", "event id2]]
```