I cannot find a way to add a "Details" option to list of items that can be used to jump to another page from an item to display details for that item.
I imagine it could be something like:
{
"name": "Employees",
"id": "employees",
"description": "Manage GOT employees, people and employees.",
"methods": {
[...]
"linkPage": {
"destinationId": "employeeProjects"
}
[...]
}