query( Timeline::fromArray(['authorId' => $id]) ); return new JsonResponse( $serializer->serialize($timeline, 'json'), json: true ); } }