You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to use `page[0]` because the `getPage` function currently returns an array of pages from the database. This is how the Drizzle ORM `select` function works, even when you're only expecting a single result.