Count the total number of notes grouped by tag.
SELECT Note_Tags.name, COUNT(*) FROM Notes INNER JOIN Note_Tags ON Notes.tag_id = Note_Tags.id GROUP BY Note_Tags.name
Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.