my $rs = $schema->resultset('Posts')->search( # threads. durch den Namen der belongs_to-Beziehung P -> T ersetzen {'threads.board_id' => $board_id}, { prefetch => qw/threads/, order_by => 'timestamp DESC', } );