Sorry if I'm not clear enough. Scoping data based on logged in user.
So if the user opens avo admin and select posts, he needs to see current_user.posts or current_user.company.posts.
Or if the current_user opens a Dashboard he needs to see counts only from his company.
The Company has xy posts, users etc.