i have a notification entity and 2 foreign keys, a query in my notifications dao to delete a farmers notifications, i notice by deleting the farmers notifications i delete the users notifications aswell. whats a fix to this ? different room query? 2 seperate notification entities? else?