search($where)->when($with, function ($query) use ($with) { $query->with($with); })->page($page, $limit)->select()->toArray(); } }