@@ -112,3 +112,13 @@ export async function getAccount(username = '') {
}),
);
}
export async function getPageviews(website_id) {
return runQuery(
prisma.pageview.findMany({
where: {
website_id,
},
The note is not visible to the blocked user.