const members = await this.transaction.select('id', 'created_at', 'status').from('members').limit(limit).offset(offset);