export type PublishedStatus = (
    "published" | 
    "unpublished" |
    "any" | 
    string
);