find gets an entry based by id
@override Future<T?> find(var id) async { return where({schema.primaryKey: id}).first; }