i have these models
Category id, category_name // has many post categories PostCategory id,post_id,category_id //belongsTo post Post: // has many Soluti