foreach ($this->db->fetchAll($query, $this->id) as $row) {
            $pinned[] = $row['post_id'];
        }