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