Views table to find rows where author_id equals viewer_id.author_ids from the filtered result to ensure each author is listed only once.
erDiagram
Views {
int article_id
int author_id
int viewer_id
date view_date
}