$post = Model_Post::query()->related('categories') ->where('categories.id',1) ->get_one();it returns me "null" from var_dump($post).
$post = Model_Category::query()->related('posts') ->where('id', 1) ->get_one();
It looks like you're new here. If you want to get involved, click one of these buttons!