Hi!
How do I fetch data from a superbase view instead of a table and apply pagination for it?
Should I do it via REST api or Superbase connection
Context:
I have two table: tasks and reviews. Each task can have many reviews.
I want to aggregate an average review rating for each task, so I created a view task_with_rating in superbase. How do I display that collection in weweb so with a dashboard of tasks, each of the has a rating with it?
Thanks!