[
{
"id": "post-1",
"title": "Introduction to Machine Learning",
"author": "Alice Johnson",
"content": "Machine learning is a subset of artificial intelligence.",
"tags": ["machine learning", "AI"],
"published_date": "2024-01-15",
"views": 1250
},
{
"id": "post-2",
"title": "Deep Learning with Transformers",
"author": "Bob Smith",
"content": "Transformers have revolutionized NLP.",
"tags": ["deep learning", "transformers"],
"published_date": "2024-02-20",
"views": 2100
}
]