@Header('Cache-Control', 'no-store')
    @Header('Content-Type', 'application/activity+json')
    @Roles(['Anon'])
    @Get('following/:owner')
    async getFollowing(@Param('owner') owner: unknown) {