author: {
    route: '/authors/:id',
    enable: true,
    getIdentity: ({ id }) => ({ type: 'author', id }),
    isValid: stubTrue,