`err := q.Model(&model.Test{}).Where("id > ?", lastId).Offset(0).Limit(100).Order("id asc").Find(&files).Error` The files value remains nil after this method is executed. What's going on? This issue didn't exist in version 0.5.2. GOVERSION=go1.24.1