In documentation the Grid is explained well and it's used to list the model entries. So far so good.
My problem is that I'd like to, instead of this current model, list the related model entries only of this base model.
Example:
you have a User model and a user has many posts,
now is it possible to somehow click on the user so that it takes me to another view where only the grid of all the user posts are listed?
How to do this with laravel-admin?