Why is
Post::belonging_to(usre).load(&connection)
SELECT * FROM posts WHERE usre_id = 1;
... to which the answer is probably more obvious.