So when you are fetching an individual notebook with GET /notebooks/{notebookId}
You will now get more information:
notebook.notes -> each note will have a .tags array and a .source property, if relevant.
notebook.sources -> each source will have a .tags array property
So when you are fetching an individual notebook with GET /notebooks/{notebookId} You will now get more information: notebook.notes -> each note will have a .tags array and a .source property, if relevant. notebook.sources -> each source will have a .tags array property
@cesarCSM was that everything?