Get the total number of points for each project.
SELECT projects.name, COUNT(points.id) FROM projects LEFT JOIN points ON projects.id = points.project_id GROUP BY projects.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.