PostsResponse: {
    data: PostData;
    included?: unknown[];
    links: Record<string, string>;
}