Mykhailo Pichka

Results 1 comments of Mykhailo Pichka

For me its worked when i set array of scopes directly to scope method. ```javascript const users = await this.userModel .scope([ { method: ['pagination', limit, offset] }, // ... other...